Type alias BuildDefaultInstruction

BuildDefaultInstruction: {
    data: BuildDefaultParams;
    type: "default";
}

Default build action which is used to build instructions for a chain

Type declaration