GetGASBalance Method

Treatail NEO Core Logic

Treatail.NEO

WalletTest..::..GetGASBalance Method

Namespace:  Treatail.NEO.Tests
Assembly:  Treatail.NEO.SmartContracts.TreatailContract.Tests (in Treatail.NEO.SmartContracts.TreatailContract.Tests.dll)

Syntax


public decimal GetGASBalance(
	NetworkType network,
	string privateKeyHex
)
Public Function GetGASBalance ( _
	network As NetworkType, _
	privateKeyHex As String _
) As Decimal
public:
Decimal^ GetGASBalance(
	NetworkType^ network, 
	String^ privateKeyHex
)

Parameters

network
Type: Treatail.NEO.Core.Logic..::..NetworkType
privateKeyHex
Type: String