Documentation
¶
Index ¶
- Variables
- func Create(alt, authority, payer ed25519.PublicKey, recentSlot uint64, bumpSeed uint8) solana.Instruction
- func Extend(alt, authority, payer ed25519.PublicKey, addresses ...ed25519.PublicKey) solana.Instruction
- func GetAddress(authority ed25519.PublicKey, recentSlot uint64) (ed25519.PublicKey, uint8, error)
- type AddressLookupTableAccount
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidAccountSize = errors.New("invalid address lookup table account size") ErrInvalidAccountType = errors.New("invalid account type") )
View Source
var ProgramKey = ed25519.PublicKey{2, 119, 166, 175, 151, 51, 155, 122, 200, 141, 24, 146, 201, 4, 70, 245, 0, 2, 48, 146, 102, 246, 46, 83, 193, 24, 36, 73, 130, 0, 0, 0}
AddressLookupTab1e1111111111111111111111111
Functions ¶
Types ¶
type AddressLookupTableAccount ¶
type AddressLookupTableAccount struct {
DeactivationSlot uint64
LastExtendedSlot uint64
LastExtendedSlotStartIndex uint8
Authority ed25519.PublicKey
Addresses []ed25519.PublicKey
}
func (*AddressLookupTableAccount) String ¶
func (obj *AddressLookupTableAccount) String() string
func (*AddressLookupTableAccount) Unmarshal ¶
func (obj *AddressLookupTableAccount) Unmarshal(data []byte) error
Click to show internal directories.
Click to hide internal directories.