Bank

Undocumented in source.

Members

Aliases

HRPCReceiver
alias HRPCReceiver = HRPC.HRPCReceiver
Undocumented in source.
HRPCSender
alias HRPCSender = HRPC.HRPCSender
Undocumented in source.

Functions

accountCreate
const(HRPCSender) accountCreate(const(HRPCReceiver) received)
Undocumented in source. Be warned that the author may not have intended to support it.
accountGetHistoryExchange
const(HRPCSender) accountGetHistoryExchange(const(HRPCReceiver) received)
Undocumented in source. Be warned that the author may not have intended to support it.
accountMakeExchange
const(HRPCSender) accountMakeExchange(const(HRPCReceiver) received)
Undocumented in source. Be warned that the author may not have intended to support it.
accountMakeTransfer
const(HRPCSender) accountMakeTransfer(const(HRPCReceiver) received)
Undocumented in source. Be warned that the author may not have intended to support it.
filename
string filename(immutable(Buffer) account)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
const(HRPCSender) opCall(const(HRPCReceiver) received)

Executes the transaction method

Manifest constants

EXT
enum EXT;
Undocumented in source.
_params
enum _params;
Undocumented in source.
_transactions
enum _transactions;
Undocumented in source.

Static functions

getAccount
immutable(Buffer) getAccount(const(HRPCReceiver) received)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

hrpc
HRPC hrpc;
Undocumented in source.

Meta