Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Type Alias InitialGenResponse<B>

    type InitialGenResponse<B extends BlocksAlwaysReturn> = {
        blocks: B;
        voteStaple: VoteStaple;
    }

    Type Parameters

    Index

    Properties

    Properties

    blocks: B
    voteStaple: VoteStaple