sign_transaction
Sign NEAR transactions (transfer or function_call) with an ED25519 private key. Provide signer, receiver, nonce, recent block hash, and actions.
Instructions
Sign a NEAR transaction payload (transfer/function_call actions) with an ED25519 private key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | Yes | ||
| actions | Yes | ||
| signer_id | Yes | ||
| receiver_id | Yes | ||
| recent_block_hash | Yes | Base58 block hash (32-byte decoded) | |
| signer_private_key | Yes |