Withdraw Filled Limit Order
Explnation of the WithdrawFilledLimitOrder transaction
Overview
Withdraw Filled Limit Order Message
message MsgWithdrawFilledLimitOrder {
string creator = 1;
string tranche_key = 2;
}MsgWithdrawFilledLimitOrder
Creator string (sdk.AccAddress)
Account which controls the limit order and to which proceeds are credited
Last updated