interface RequestInitChain {
    appStateBytes: Uint8Array;
    chainId: string;
    consensusParams?: ConsensusParams;
    initialHeight: bigint;
    time: undefined | Date;
    validators: ValidatorUpdate[];
}

Properties

appStateBytes: Uint8Array
chainId: string
consensusParams?: ConsensusParams
initialHeight: bigint
time: undefined | Date
validators: ValidatorUpdate[]