Withdrawal

Every withdraw request is made to a specific reserve address. The request is processed with a unique identifier and submitted in the withdrawal queue in the ReserveID

Withdrawal process time is depended on the time left for the ReserveID to unlock for a Sweep.

message MsgWithdrawBtcRequest {
  string withdrawAddress = 1;
  string reserveAddress  = 2;
  uint64 withdrawAmount  = 3;
  string twilightAddress = 4;
}

Last updated