Documentation
¶
Index ¶
- type Wallet
- func (w Wallet) Address() string
- func (w Wallet) Balance(ctx context.Context) (balance uint64, err error)
- func (w Wallet) Key() sgo.PrivateKey
- func (w Wallet) PrintKey() string
- func (w Wallet) PublicKey() sgo.PublicKey
- func (w Wallet) Transfer(ctx context.Context, lamportsBeingTransfered uint64, ...) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Wallet ¶
type Wallet struct {
// contains filtered or unexported fields
}
func CreateWallet ¶
func (Wallet) Key ¶
func (w Wallet) Key() sgo.PrivateKey
Click to show internal directories.
Click to hide internal directories.