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

    Type Alias RpcLightClientExecutionProofRequest

    RpcLightClientExecutionProofRequest: (
        | {
            sender_id: AccountId;
            transaction_hash: CryptoHash;
            type: "transaction";
        }
        | { receipt_id: CryptoHash; receiver_id: AccountId; type: "receipt" }
    ) & { light_client_head: CryptoHash }