ic-reactor
    Preparing search index...

    Interface QueryRequest

    interface QueryRequest {
        request_type: Query;
        canister_id: types.Principal;
        method_name: string;
        arg: Uint8Array;
        sender: Uint8Array<ArrayBufferLike> | types.Principal;
        ingress_expiry: utils.agent.Expiry;
        nonce?: utils.agent.Nonce;
        [key: string]: any;
    }

    Hierarchy

    • Record<string, any>
      • QueryRequest

    Indexable

    • [key: string]: any
    Index

    Properties

    request_type: Query
    canister_id: types.Principal
    method_name: string
    sender: Uint8Array<ArrayBufferLike> | types.Principal
    ingress_expiry: utils.agent.Expiry
    nonce?: utils.agent.Nonce