package
1.4.2
Repository: https://github.com/dashaio/solana-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
InstructionIDToName returns the name of the instruction given its ID.
NewAdvanceNonceAccountInstruction declares a new AdvanceNonceAccount instruction with the provided parameters and accounts.
NewAdvanceNonceAccountInstructionBuilder creates a new `AdvanceNonceAccount` instruction builder.
NewAllocateInstruction declares a new Allocate instruction with the provided parameters and accounts.
NewAllocateInstructionBuilder creates a new `Allocate` instruction builder.
NewAllocateWithSeedInstruction declares a new AllocateWithSeed instruction with the provided parameters and accounts.
NewAllocateWithSeedInstructionBuilder creates a new `AllocateWithSeed` instruction builder.
NewAssignInstruction declares a new Assign instruction with the provided parameters and accounts.
NewAssignInstructionBuilder creates a new `Assign` instruction builder.
NewAssignWithSeedInstruction declares a new AssignWithSeed instruction with the provided parameters and accounts.
NewAssignWithSeedInstructionBuilder creates a new `AssignWithSeed` instruction builder.
NewAuthorizeNonceAccountInstruction declares a new AuthorizeNonceAccount instruction with the provided parameters and accounts.
NewAuthorizeNonceAccountInstructionBuilder creates a new `AuthorizeNonceAccount` instruction builder.
NewCreateAccountInstruction declares a new CreateAccount instruction with the provided parameters and accounts.
NewCreateAccountInstructionBuilder creates a new `CreateAccount` instruction builder.
NewCreateAccountWithSeedInstruction declares a new CreateAccountWithSeed instruction with the provided parameters and accounts.
NewCreateAccountWithSeedInstructionBuilder creates a new `CreateAccountWithSeed` instruction builder.
NewInitializeNonceAccountInstruction declares a new InitializeNonceAccount instruction with the provided parameters and accounts.
NewInitializeNonceAccountInstructionBuilder creates a new `InitializeNonceAccount` instruction builder.
NewTransferInstruction declares a new Transfer instruction with the provided parameters and accounts.
NewTransferInstructionBuilder creates a new `Transfer` instruction builder.
NewTransferWithSeedInstruction declares a new TransferWithSeed instruction with the provided parameters and accounts.
NewTransferWithSeedInstructionBuilder creates a new `TransferWithSeed` instruction builder.
NewWithdrawNonceAccountInstruction declares a new WithdrawNonceAccount instruction with the provided parameters and accounts.
NewWithdrawNonceAccountInstructionBuilder creates a new `WithdrawNonceAccount` instruction builder.
No description provided by the author

# Constants

Consumes a stored nonce, replacing it with a successor.
Allocate space in a (possibly new) account without funding.
Allocate space for and assign an account at an address derived from a base public key and a seed.
Assign account to a program.
Assign account to a program based on a seed.
Change the entity authorized to execute nonce instructions on the account.
Create a new account.
Create a new account at an address derived from a base pubkey and a seed.
Drive state of Uninitalized nonce account to Initialized, setting the nonce value.
Transfer lamports.
Transfer lamports from a derived address.
Withdraw funds from a nonce account.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

Consumes a stored nonce, replacing it with a successor.
Allocate space in a (possibly new) account without funding.
Allocate space for and assign an account at an address derived from a base public key and a seed.
Assign account to a program.
Assign account to a program based on a seed.
Change the entity authorized to execute nonce instructions on the account.
Create a new account.
Create a new account at an address derived from a base pubkey and a seed.
No description provided by the author
Drive state of Uninitalized nonce account to Initialized, setting the nonce value.
No description provided by the author
No description provided by the author
Transfer lamports.
Transfer lamports from a derived address.
Withdraw funds from a nonce account.