GetNEOBalance Method

Treatail NEO Core Logic

Treatail.NEO

WalletTest..::..GetNEOBalance Method

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

Syntax


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

Parameters

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