Withdraw
Last updated
Withdraw transaction type.
Withdraw(
int accountId,
int subAccountId,
int toChainId,
String toAddress,
int l2SourceToken,
int l1TargetToken,
String amount,
String? callData,
String fee,
int nonce,
bool withdrawToL1,
int withdrawFeeRatio,
int? ts,
)String getEthSignMsg(String tokenSymbol)Get the Ethereum sign message
Sign transaction with given ZkLinkSigner
Get the json str of Withdraw
Last updated
void sign(ZkLinkSigner zkLinkSigner)String toJson()