estimate_invoke_fees
Estimate network and system fees for invoking a smart contract on Neo N3 by providing the contract reference, operation, signer address, and optional arguments.
Instructions
Estimate network and system fees for a contract invocation by script hash or a generic contract reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Optional: Network | |
| signerAddress | Yes | Signer address | |
| contract | No | Generic contract reference: known name, script hash, or Neo address | |
| scriptHash | No | Contract script hash | |
| contractName | No | Supported contract name | |
| nameOrHash | No | Backward-compatible alias for contract name or script hash | |
| operation | Yes | Method name | |
| args | No | Optional: Method arguments | |
| signers | No | Optional: Signer scopes |