casper-js-sdk
Version:
SDK to interact with the Casper blockchain
6 lines (5 loc) • 368 B
TypeScript
import eraSummaryJson from './era_summary_example.json';
import eraSummaryV2DelegatorKindJson from './era_summary_v2_delegator_kind_purse.json';
import eraInfoResultJson from './era_info_result.json';
import transactionWithEraJson from './transaction_with_era.json';
export { eraSummaryJson, eraSummaryV2DelegatorKindJson, eraInfoResultJson, transactionWithEraJson };