@iyonger/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
40 lines • 1.34 kB
TypeScript
export declare const $IndexResponse: {
readonly description: "The struct holding all data returned to the client by the\n index endpoint (i.e., GET \"/\").";
readonly properties: {
readonly chain_id: {
readonly type: "number";
readonly description: "Chain ID of the current chain";
readonly isRequired: true;
readonly format: "uint8";
};
readonly epoch: {
readonly type: "U64";
readonly isRequired: true;
};
readonly ledger_version: {
readonly type: "U64";
readonly isRequired: true;
};
readonly oldest_ledger_version: {
readonly type: "U64";
readonly isRequired: true;
};
readonly ledger_timestamp: {
readonly type: "U64";
readonly isRequired: true;
};
readonly node_role: {
readonly type: "RoleType";
readonly isRequired: true;
};
readonly oldest_block_height: {
readonly type: "U64";
readonly isRequired: true;
};
readonly block_height: {
readonly type: "U64";
readonly isRequired: true;
};
};
};
//# sourceMappingURL=$IndexResponse.d.ts.map