MessageSignRequestDto
Signature:
{
secretType! : SecretType,
walletId! : string,
data! : string
}
Parameters:
Parameter | Required | Type | Description |
---|---|---|---|
walletId | True | String | ID of the wallet one wants to sign with. |
secretType | True | SecretType | Chain the transaction will be executed on. |
data | True | String | Address of the token |
Example:
{
"secretType" : "ETHEREUM",
"walletId" : "1def2753-a428-4fd2-9993-fc06917897c6",
"data" : "I agree with terms and conditions"
}
Function Types
Updated about 1 year ago