Withdraw
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,
)func getEthSignMsg
String getEthSignMsg(String tokenSymbol)func sign
func toJson
Last updated