account_verify_signature
Verify the authenticity of signed data using a NEAR account's public key with this cryptographic validation tool. Ensure integrity and trust in blockchain interactions.
Instructions
Cryptographically verify a signed piece of data against a 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. |