Documentation
¶
Index ¶
- func InitializeAccountParser(result *types.ParsedResult, instruction types.Instruction) (*types.TokenProgramInitializeAccountAction, error)
- func InstructionRouter(result *types.ParsedResult, instruction types.Instruction) (types.Action, error)
- func TransferCheckedParser(result *types.ParsedResult, instruction types.Instruction, decodedData []byte) (*types.TokenProgramTransferCheckedAction, error)
- func TransferParser(result *types.ParsedResult, instruction types.Instruction, decodedData []byte) (*types.TokenProgramTransferAction, error)
- type TransferData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitializeAccountParser ¶ added in v0.2.0
func InitializeAccountParser(result *types.ParsedResult, instruction types.Instruction) (*types.TokenProgramInitializeAccountAction, error)
func InstructionRouter ¶
func InstructionRouter(result *types.ParsedResult, instruction types.Instruction) (types.Action, error)
func TransferCheckedParser ¶
func TransferCheckedParser(result *types.ParsedResult, instruction types.Instruction, decodedData []byte) (*types.TokenProgramTransferCheckedAction, error)
func TransferParser ¶
func TransferParser(result *types.ParsedResult, instruction types.Instruction, decodedData []byte) (*types.TokenProgramTransferAction, error)
Types ¶
type TransferData ¶
Click to show internal directories.
Click to hide internal directories.