@did-btc1/method
    Preparing search index...

    Type Alias Received

    type Received = {
        account: string;
        amount: number;
        confirmations: number;
        involvesWatchonly?: boolean;
        label: string;
    }
    Index

    Properties

    account: string
    amount: number
    confirmations: number
    involvesWatchonly?: boolean
    label: string