ForcedExit
Forced withdraw from Layer3
Name
Type
Required
Description
type
String
yes
The value is "ForcedExit"
target
String
yes
The account address of the forced withdraw, the token on Layer 1 is also sent to this address
withdrawToL1
u8
yes
1: true, 0: false. withdraw to L1 or not
ts
u32
yes
Timestamp of the API call, used as front-end request id to generate transaction hash
signature
yes
the public key hash corresponding to the signature must be aligned with the initiator account
For example:
sign ForcedExit
For more detail please refer to Golang example in SDK
Last updated