Umi — API References - v1.3.0
    Preparing search index...

    Type Alias RpcGetVersionedBlockOptions

    RpcGetVersionedBlockOptions: RpcBaseOptions & {
        commitment?: Commitment;
        maxSupportedTransactionVersion?: number;
        rewards?: boolean;
        transactionDetails?: "accounts" | "full" | "none" | "signatures";
    }

    The options to use when fetching a block.

    Type Declaration

    • Optionalcommitment?: Commitment

      The level of finality desired

    • OptionalmaxSupportedTransactionVersion?: number
    • Optionalrewards?: boolean
    • OptionaltransactionDetails?: "accounts" | "full" | "none" | "signatures"