Transfer
L3 transfer
Name
Type
Required
Description
type
String
yes
The value is "Transfer"
to
String
yes
Account address of the to_account, if the account does not exist, a new account will be automatically created on zkLink Layer3 for this address
signature
yes
the public key hash corresponding to the signature must be aligned with the from_account
ts
u32
yes
Timestamp of the API call, used as front-end request id to generate transaction hash
For example:
sign Transfer
For more details please refer to Golang example in SDK
Last updated