Interface TransactionPartnerOther

Describes a transaction with an unknown source or recipient.

interface TransactionPartnerOther {
    type: "other";
}

Properties

Properties

type: "other"

Type of the transaction partner, always “other”