Transfer
Transfer transaction type.
Transfer(
accountId,
String toAddress,
int fromSubAccountId,
int toSubAccountId,
int token,
String fee,
String amount,
int nonce,
int? ts,
)
func getEthSignMsg
String getEthSignMsg(String tokenSymbol)
Get the Ethereum sign message
func sign
void sign(ZkLinkSigner zkLinkSigner)
Sign transaction with given ZkLinkSigner
func toJson
String toJson()
Get the json str of Transfer
Last updated
Was this helpful?