Type alias BuildDefaultInstruction

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

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

Type declaration