MessageSignRequestDto

Signature:

{ secretType! : SecretType, walletId! : string, data! : string }

Parameters:

ParameterRequiredTypeDescription
walletIdTrueStringID of the wallet one wants to sign with.
secretTypeTrueSecretTypeChain the transaction will be executed on.
dataTrueStringAddress of the token

Example:

{ "secretType" : "ETHEREUM", "walletId" : "1def2753-a428-4fd2-9993-fc06917897c6", "data" : "I agree with terms and conditions" }

Function Types

📘


Did this page help you?