Options
All
  • Public
  • Public/Protected
  • All
Menu

System Instruction class

Hierarchy

  • SystemInstruction

Index

Constructors

constructor

Methods

Static decodeAllocate

  • Decode an allocate system instruction and retrieve the instruction params.

    Parameters

    Returns AllocateParams

Static decodeAllocateWithSeed

  • Decode an allocate with seed system instruction and retrieve the instruction params.

    Parameters

    Returns AllocateWithSeedParams

Static decodeAssign

  • Decode an assign system instruction and retrieve the instruction params.

    Parameters

    Returns AssignParams

Static decodeAssignWithSeed

  • Decode an assign with seed system instruction and retrieve the instruction params.

    Parameters

    Returns AssignWithSeedParams

Static decodeCreateAccount

  • Decode a create account system instruction and retrieve the instruction params.

    Parameters

    Returns CreateAccountParams

Static decodeCreateWithSeed

Static decodeInstructionType

Static decodeNonceAdvance

  • Decode a nonce advance system instruction and retrieve the instruction params.

    Parameters

    Returns AdvanceNonceParams

Static decodeNonceAuthorize

  • Decode a nonce authorize system instruction and retrieve the instruction params.

    Parameters

    Returns AuthorizeNonceParams

Static decodeNonceInitialize

  • Decode a nonce initialize system instruction and retrieve the instruction params.

    Parameters

    Returns InitializeNonceParams

Static decodeNonceWithdraw

  • Decode a nonce withdraw system instruction and retrieve the instruction params.

    Parameters

    Returns WithdrawNonceParams

Static decodeTransfer

  • Decode a transfer system instruction and retrieve the instruction params.

    Parameters

    Returns TransferParams

Static decodeTransferWithSeed

Generated using TypeDoc