Files
node/wallet/wallet.go
T

13 lines
336 B
Go

// Copyright (C) 2019-2025, Lux Industries Inc. All rights reserved.
// See the file LICENSE for licensing terms.
// (c) 2025, Lux Industries Inc. All rights reserved.
// See the file LICENSE for licensing terms.
package wallet
// Wallet is the interface for all wallet operations
type Wallet interface {
// Placeholder interface
}