C# 클래스 myGengo.Apis.Account

상속: Api
파일 보기 프로젝트 열기: gengo/spGengo

공개 메소드들

메소드 설명
Account ( string api_key, string private_key ) : System
getBalance ( ) : void
getBalance ( string format, IDictionary param ) : void

메소드 상세

Account() 공개 메소드

public Account ( string api_key, string private_key ) : System
api_key string
private_key string
리턴 System

getBalance() 공개 메소드

public getBalance ( ) : void
리턴 void

getBalance() 공개 메소드

public getBalance ( string format, IDictionary param ) : void
format string
param IDictionary
리턴 void