Type alias UpdateInstruction

UpdateInstruction: {
    header: UpdateInstructionHeader;
    payload: HexString;
}

Type declaration

Generated using TypeDoc