Class BlockClient
- Namespace
- Aptos
- Assembly
- Aptos.dll
public class BlockClient
- Inheritance
-
BlockClient
- Inherited Members
Constructors
BlockClient(AptosClient)
public BlockClient(AptosClient client)
Parameters
client
AptosClient
Methods
GetLedgerInfo()
Gets the ledger information of the blockchain.
public Task<LedgerInfo> GetLedgerInfo()
Returns
- Task<LedgerInfo>
The ledger information of the blockchain.