Type alias BuildWithdrawalInstruction

BuildWithdrawalInstruction: {
    data: BuildWithdrawalParameters;
    type: "withdrawal";
}

Build action which is used to build instructions for a withdrawal

Type declaration