account_verify_signature
Cryptographically verify signed data against a NEAR account's public key using specified signature arguments, such as curve and encoding, to ensure data authenticity.
Instructions
Cryptographically verify a signed piece of data against some NEAR account's public key.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountId | Yes | The account id to verify the signature against and search for a valid public key. | |
data | Yes | The data to verify. | |
networkId | No | mainnet | |
signatureArgs | Yes | The signature arguments to verify. |