near-api-js - v7.3.1
    Preparing search index...

    Interface LightClientProofRequest

    interface LightClientProofRequest {
        light_client_head: string;
        receipt_id?: string;
        receiver_id?: string;
        sender_id?: string;
        transaction_hash?: string;
        type: IdType;
    }
    Index
    light_client_head: string
    receipt_id?: string
    receiver_id?: string
    sender_id?: string
    transaction_hash?: string
    type: IdType