Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatMeta ¶
func FormatMeta(name string, meta *AccountMeta) string
func Meta ¶
func Meta( pubKey PublicKey, ) *web3.AccountMeta
Types ¶
type AccountMeta ¶
type AccountMeta = web3.AccountMeta
func ConvertMeta ¶
func ConvertMeta(input []*solana.AccountMeta) []*AccountMeta
func NewAccountMeta ¶
func NewAccountMeta( pubKey PublicKey, WRITE bool, SIGNER bool, ) *AccountMeta
type AccountMetaSlice ¶
type AccountMetaSlice []*web3.AccountMeta
func (*AccountMetaSlice) Append ¶
func (slice *AccountMetaSlice) Append(account *AccountMeta)
func (AccountMetaSlice) Get ¶
func (slice AccountMetaSlice) Get(index int) *AccountMeta
func (AccountMetaSlice) GetAccounts ¶
func (slice AccountMetaSlice) GetAccounts() []*AccountMeta
func (*AccountMetaSlice) SetAccounts ¶
func (slice *AccountMetaSlice) SetAccounts(accounts []*AccountMeta) error
type AccountsGettable ¶
type AccountsGettable interface {
GetAccounts() (accounts []*AccountMeta)
}
type AccountsSettable ¶
type AccountsSettable interface {
SetAccounts(accounts []*AccountMeta) error
}
Click to show internal directories.
Click to hide internal directories.