estimate_invoke_fees
Estimate network and system fees for a smart contract invocation on Neo N3. Specify signer address, contract reference, and operation to get fee estimates.
Instructions
Estimate network and system fees for a contract invocation by script hash or a generic contract reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Optional: Method arguments | |
| network | No | Optional: Network | |
| contract | No | Generic contract reference: known name, script hash, or Neo address | |
| operation | Yes | Method name | |
| nameOrHash | No | Backward-compatible alias for contract name or script hash | |
| scriptHash | No | Contract script hash | |
| contractName | No | Exact contract name resolved through N3Index or a live manifest | |
| signerAddress | Yes | Signer address |