BankQueryClient..::..Balance Method (String, String)

Balance queries the balance of a single coin for a single account.

Namespace:  SecretNET.Query
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public Task<Coin> Balance(
	string address,
	string denom
)

Parameters

address
Type: String
The account address.
denom
Type: String
The denom.

Return Value

Coin.