Types:
Methods:
client.accounts.address([ ...body ]) -> AccountAddressResponse
client.accounts.info([ ...body ]) -> AccountInfoResponse
Types:
BlockRetrieveResponse
BlockCountResponse
BlockLatestResponse
BlockLatestHashResponse
BlockRangeResponse
BlockRecentResponse
Methods:
client.blocks.retrieve(heightOrHash) -> BlockRetrieveResponse
client.blocks.count() -> BlockCountResponse
client.blocks.latest() -> BlockLatestResponse
client.blocks.latestHash() -> BlockLatestHashResponse
client.blocks.range(startHeight, endHeight, { ...params }) -> BlockRangeResponse
client.blocks.recent(count) -> BlockRecentResponse
Types:
Methods:
client.programs.accounts({ ...params }) -> ProgramAccountsResponse
Types:
Methods: