Versions in this module Expand all Collapse all v1 v1.0.0 Jan 28, 2026 Changes in this version + const DefaultTestnetRPC + const DefaultTimeout + const TestnetMagic + type Deployer struct + func NewDeployer(rpcURL string) (*Deployer, error) + func (d *Deployer) DeployContract(nefPath, manifestPath string) (*chain.DeployedContract, error) + func (d *Deployer) GetAccountHash() util.Uint160 + func (d *Deployer) GetAddress() string + func (d *Deployer) GetBlockCount() (int64, error) + func (d *Deployer) GetContractState(contractAddress string) (map[string]interface{}, error) + func (d *Deployer) GetGASBalance() (string, error) + func (d *Deployer) GetGASBalanceFloat() (float64, error) + func (d *Deployer) GetScriptHash() string + func (d *Deployer) InvokeFunction(contractAddress, method string, args []interface{}) (*chain.InvokeResult, error)