Documentation ¶
Index ¶
- type Wallet
- func (t *Wallet) BuildTx(privObj solana.PrivateKey, latestBlockhash *solana.Hash, ...) (*solana.Transaction, error)
- func (t *Wallet) NewAddress() (address_ string, priv_ string)
- func (t *Wallet) RPCClient() *rpc.Client
- func (t *Wallet) SendAndConfirmTransaction(ctx context.Context, tx *solana.Transaction, skipPreflight bool) (*rpc.TransactionMeta, error)
- func (t *Wallet) SendTx(ctx context.Context, privObj solana.PrivateKey, latestBlockhash *solana.Hash, ...) (meta_ *rpc.TransactionMeta, tx_ *solana.Transaction, err_ error)
- func (t *Wallet) WSClient() *ws.Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.