Properties
account Information
account Information: ( ( addr: any , headerObj?: {} ) => Promise < any > )
Type declaration
( addr: any , headerObj?: {} ) : Promise < any >
Parameters
addr: any
headerObj: {} = {}
Returns Promise < any >
Defined in client/algod.js:239
asset Information
asset Information: ( ( index: any , headerObj?: {} ) => Promise < any > )
Type declaration
( index: any , headerObj?: {} ) : Promise < any >
Parameters
index: any
headerObj: {} = {}
Returns Promise < any >
Defined in client/algod.js:250
block
block: ( ( roundNumber: any , headerObj?: {} ) => Promise < any > )
Type declaration
( roundNumber: any , headerObj?: {} ) : Promise < any >
Parameters
roundNumber: any
headerObj: {} = {}
Returns Promise < any >
Defined in client/algod.js:329
get Transaction Params
get Transaction Params: ( ( headerObj?: {} ) => Promise < any > )
Type declaration
( headerObj?: {} ) : Promise < any >
Returns Promise < any >
Defined in client/algod.js:301
health Check
health Check: ( ( headerObj?: {} ) => Promise < any > )
Type declaration
( headerObj?: {} ) : Promise < any >
Returns Promise < any >
Defined in client/algod.js:47
ledger Supply
ledger Supply: ( ( headerObj?: {} ) => Promise < any > )
Type declaration
( headerObj?: {} ) : Promise < any >
Returns Promise < any >
Defined in client/algod.js:115
pending Transaction Information
pending Transaction Information: ( ( txid: any , headerObj?: {} ) => Promise < any > )
Type declaration
( txid: any , headerObj?: {} ) : Promise < any >
Parameters
txid: any
headerObj: {} = {}
Returns Promise < any >
Defined in client/algod.js:225
pending Transactions
pending Transactions: ( ( maxTxns: any , headerObj?: {} ) => Promise < any > )
Type declaration
( maxTxns: any , headerObj?: {} ) : Promise < any >
Parameters
maxTxns: any
headerObj: {} = {}
Returns Promise < any >
Defined in client/algod.js:80
send Raw Transaction
send Raw Transaction: ( ( txn: any , headerObj?: {} ) => Promise < any > )
Type declaration
( txn: any , headerObj?: {} ) : Promise < any >
Parameters
txn: any
headerObj: {} = {}
Returns Promise < any >
Defined in client/algod.js:271
send Raw Transactions
send Raw Transactions: ( ( txns: any , headerObj?: {} ) => Promise < any > )
Type declaration
( txns: any , headerObj?: {} ) : Promise < any >
Parameters
txns: any
headerObj: {} = {}
Returns Promise < any >
Defined in client/algod.js:283
status
status: ( ( headerObj?: {} ) => Promise < any > )
Type declaration
( headerObj?: {} ) : Promise < any >
Returns Promise < any >
Defined in client/algod.js:37
status After Block
status After Block: ( ( roundNumber: any , headerObj?: {} ) => Promise < any > )
Type declaration
( roundNumber: any , headerObj?: {} ) : Promise < any >
Parameters
roundNumber: any
headerObj: {} = {}
Returns Promise < any >
Defined in client/algod.js:62
suggest Params
suggest Params: ( ( headerObj?: {} ) => any )
Type declaration
( headerObj?: {} ) : any
Returns any
Defined in client/algod.js:311
suggested Fee
suggested Fee: ( ( headerObj?: {} ) => Promise < any > )
Type declaration
( headerObj?: {} ) : Promise < any >
Returns Promise < any >
Defined in client/algod.js:260
transaction By Address
transaction By Address: ( ( addr: any , first?: any , last?: any , maxTxns?: any , headerObj?: {} ) => Promise < any > )
Type declaration
( addr: any , first?: any , last?: any , maxTxns?: any , headerObj?: {} ) : Promise < any >
Parameters
addr: any
first: any = null
last: any = null
maxTxns: any = null
headerObj: {} = {}
Returns Promise < any >
Defined in client/algod.js:129
transaction By Address And Date
transaction By Address And Date: ( ( addr: any , fromDate: any , toDate: any , maxTxns?: any , headerObj?: {} ) => Promise < any > )
Type declaration
( addr: any , fromDate: any , toDate: any , maxTxns?: any , headerObj?: {} ) : Promise < any >
Parameters
addr: any
fromDate: any
toDate: any
maxTxns: any = null
headerObj: {} = {}
Returns Promise < any >
Defined in client/algod.js:165
transaction By Id
transaction By Id: ( ( txid: any , headerObj?: {} ) => Promise < any > )
Type declaration
( txid: any , headerObj?: {} ) : Promise < any >
Parameters
txid: any
headerObj: {} = {}
Returns Promise < any >
Defined in client/algod.js:192
transaction Information
transaction Information: ( ( addr: any , txid: any , headerObj?: {} ) => Promise < any > )
Type declaration
( addr: any , txid: any , headerObj?: {} ) : Promise < any >
Parameters
addr: any
txid: any
headerObj: {} = {}
Returns Promise < any >
Defined in client/algod.js:207
versions
versions: ( ( headerObj?: {} ) => Promise < any > )
Type declaration
( headerObj?: {} ) : Promise < any >
Returns Promise < any >
Defined in client/algod.js:105
accountInformation returns the passed account's information
Returns