GetBalance Method

Treatail NEO Core Logic

Treatail.NEO

Wallet..::..GetBalance Method

Gets the balance of the specified type from the specified network

Namespace:  Treatail.NEO.Core.Models
Assembly:  Treatail.NEO.Core (in Treatail.NEO.Core.dll)

Syntax


public decimal GetBalance(
	NetworkType networkType,
	WalletBalanceType type
)
Public Function GetBalance ( _
	networkType As NetworkType, _
	type As WalletBalanceType _
) As Decimal
public:
Decimal^ GetBalance(
	NetworkType^ networkType, 
	WalletBalanceType^ type
)

Parameters

networkType
Type: Treatail.NEO.Core.Logic..::..NetworkType
NetworkType - network to use
type
Type: Treatail.NEO.Core.Models..::..WalletBalanceType

Return Value