C# Class myGengo.Apis.Account

Inheritance: Api
Afficher le fichier Open project: gengo/spGengo

Méthodes publiques

Méthode Description
Account ( string api_key, string private_key ) : System
getBalance ( ) : void
getBalance ( string format, IDictionary param ) : void

Method Details

Account() public méthode

public Account ( string api_key, string private_key ) : System
api_key string
private_key string
Résultat System

getBalance() public méthode

public getBalance ( ) : void
Résultat void

getBalance() public méthode

public getBalance ( string format, IDictionary param ) : void
format string
param IDictionary
Résultat void