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

    Type Alias RpcBaseOptions

    Defines the common options re-used by all the methods defines in the RPC interface.

    type RpcBaseOptions = {
        commitment?: Commitment;
        id?: string;
        minContextSlot?: number;
        signal?: GenericAbortSignal;
    }
    Index

    Properties

    commitment?: Commitment

    The commitment level to use when fetching data.

    id?: string

    An explicit RPC request identifier.

    minContextSlot?: number

    The minimum slot to use when fetching data.

    An abort signal to prematurely cancel the request.