near-api-js - v7.0.4
    Preparing search index...

    Type Alias ShardLayoutV3

    Counterpart to ShardLayoutV3 composed of maps with string keys to aid serde serialization.

    type ShardLayoutV3 = {
        boundary_accounts: AccountId[];
        id_to_index_map: { [key: string]: number };
        last_split: ShardId;
        shard_ids: ShardId[];
        shards_split_map: { [key: string]: number[] };
    }
    Index

    Properties

    boundary_accounts: AccountId[]
    id_to_index_map: { [key: string]: number }
    last_split: ShardId
    shard_ids: ShardId[]
    shards_split_map: { [key: string]: number[] }