Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateIdempotentInstruction ¶
type CreateIdempotentInstruction struct {
// contains filtered or unexported fields
}
func (*CreateIdempotentInstruction) Accounts ¶
func (t *CreateIdempotentInstruction) Accounts() []*solana.AccountMeta
func (*CreateIdempotentInstruction) Data ¶
func (t *CreateIdempotentInstruction) Data() ([]byte, error)
func (*CreateIdempotentInstruction) ProgramID ¶
func (t *CreateIdempotentInstruction) ProgramID() solana.PublicKey
type CreateInstruction ¶
type CreateInstruction struct {
// contains filtered or unexported fields
}
func NewCreateInstruction ¶
func (*CreateInstruction) Accounts ¶
func (t *CreateInstruction) Accounts() []*solana.AccountMeta
func (*CreateInstruction) Data ¶
func (t *CreateInstruction) Data() ([]byte, error)
func (*CreateInstruction) ProgramID ¶
func (t *CreateInstruction) ProgramID() solana.PublicKey
Click to show internal directories.
Click to hide internal directories.