Show / Hide
Table of Contents
Last modified: 2024-09-14
ContractManagement.GetMinimumDeploymentFee Method
Gets the minimum GAS fee required for deploying a contract.
Namespace: Neo.SmartContract.Framework.Native
Assembly: Neo.SmartContract.Framework
Syntax
Return:
GAS costs (in satoshi).
Example
Contract:
Invoke from neo-cli:
Invoke from RPC:
Response body:
Response description:
According to the return value, the minimum GAS for deploying a contract is 10.00000000 GAS.
Back