Interface IGetSubnetworkResponse

Return interface for the RpcClient.getSubnetwork RPC method.

interface IGetSubnetworkResponse {
    gasLimit: bigint;
}

Properties

Properties

gasLimit: bigint

Generated using TypeDoc