Constructor
This method knows how to call, convert and handle exception when doing remote http operations.
the remote call
the mapper from dto to the model object.
Gets an array of transactions for which an account is the recipient of a transaction. A transaction is said to be incoming with respect to an account if the account is the recipient of a transaction.
(Optional) Query params
(Optional) Transaction filter
Observable<Transaction[]>
Gets an AccountInfo for an account.
Address
Observable
Gets an array of transactions for which an account is the sender a transaction. A transaction is said to be outgoing with respect to an account if the account is the sender of a transaction.
(Optional) Query params
(Optional) Transaction filter
Observable<Transaction[]>
Gets an array of transactions for which an account is the sender or has sign the transaction. A transaction is said to be aggregate bonded with respect to an account if there are missing signatures.
(Optional) Query params
(Optional) Transaction filter
Observable<AggregateTransaction[]>
Gets an array of confirmed transactions for which an account is signer or receiver.
(Optional) Query params
(Optional) Transaction filter
Observable<Transaction[]>
Gets the array of transactions for which an account is the sender or receiver and which have not yet been included in a block. Unconfirmed transactions are those transactions that have not yet been included in a block. Unconfirmed transactions are not guaranteed to be included in any block.
(Optional) Query params
(Optional) Transaction filter
Observable<Transaction[]>
Gets AccountsInfo for different accounts.
List of Address
Observable<AccountInfo[]>
Generated using TypeDoc
Account http repository.
1.0