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

    Type Alias ReceiptView

    type ReceiptView = {
        predecessor_id: AccountId;
        priority?: number;
        receipt: ReceiptEnumView;
        receipt_id: CryptoHash;
        receiver_id: AccountId;
    }
    Index

    Properties

    predecessor_id: AccountId
    priority?: number
    receipt_id: CryptoHash
    receiver_id: AccountId