GetTokensBalance Method

Treatail NEO Core Logic

Treatail.NEO

Contract..::..GetTokensBalance Method

Returns the balance of TTL for a specified address

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

Syntax


public decimal GetTokensBalance(
	string address
)
Public Function GetTokensBalance ( _
	address As String _
) As Decimal
public:
Decimal^ GetTokensBalance(
	String^ address
)

Parameters

address
Type: String
Address to get the balance of

Return Value

Balance of tokens for the specified address