IntentScope
An enum that specifies the intent scope for signature verification.
enum IntentScope {
TRANSACTION_DATA
PERSONAL_MESSAGE
}
Values​
IntentScope.TRANSACTION_DATA​
Indicates that the bytes are to be parsed as transaction data bytes.
IntentScope.PERSONAL_MESSAGE​
Indicates that the bytes are to be parsed as a personal message.
Member Of​
verifySignature query