Type alias RpcGetVersionedBlockOptions

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

The options to use when fetching a block.

Generated using TypeDoc