WrappedInstruction: {
    bytesCreatedOnChain: number;
    instruction: Instruction;
    signers: Signer[];
}

A wrapped instruction is an instruction with its associated signers and the number of bytes it will create on chain.

Type declaration

  • bytesCreatedOnChain: number

    The number of bytes the instruction will create on chain.

  • instruction: Instruction

    The wrapped instruction.

  • signers: Signer[]

    The signers required for the instruction to succeed.

Generated using TypeDoc