public method Account.getBalance

Brief

Gets the amount of funds on the account

Declaration

protojavascriptjavacsharp
public getBalance() : real

Returns

The method returns a real value that represents the amount of funds on the account

Details

Declared in Account

back