Appearance
adamant-console / getBlock
getBlock(id?): Promise<any>
id?
Promise
any
Defined in: get.js:47
Gets block information by block ID.
string = ...
string
...
ADAMANT block ID
Promise<any>
Block response, unwrapped from data when present
data