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