interface GenesisState {
    chains: CosmosChain[];
    collectorAddress: Uint8Array;
    ibcTransfers: IBCTransfer[];
    params?: Params;
    seqIdMapping: {
        [key: string]: Long;
    };
    transferQueue?: QueueState;
}

Properties

chains: CosmosChain[]
collectorAddress: Uint8Array
ibcTransfers: IBCTransfer[]
params?: Params
seqIdMapping: {
    [key: string]: Long;
}

Type declaration

  • [key: string]: Long
transferQueue?: QueueState

Generated using TypeDoc