C# Class myGengo.Apis.Account

Inheritance: Api
Show file Open project: gengo/spGengo

Public Methods

Method Description
Account ( string api_key, string private_key ) : System
getBalance ( ) : void
getBalance ( string format, IDictionary param ) : void

Method Details

Account() public method

public Account ( string api_key, string private_key ) : System
api_key string
private_key string
return System

getBalance() public method

public getBalance ( ) : void
return void

getBalance() public method

public getBalance ( string format, IDictionary param ) : void
format string
param IDictionary
return void