Documentation
¶
Index ¶
Constants ¶
View Source
const (
PublicKeyLength = 32
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountMeta ¶
type AccountMeta struct {
PublicKey [PublicKeyLength]byte
IsWritable bool
IsSigner bool
}
represents solana-style AccountsMeta
type AccountMetaSlice ¶
type AccountMetaSlice []*AccountMeta
Click to show internal directories.
Click to hide internal directories.