Type alias BuildIntentInstruction

BuildIntentInstruction: {
    data: BuildIntentParameters;
    type: "intent";
}

Bridge build action which is used to build instructions for bridging funds from other chains

Type declaration