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

    Type Alias ListTransactionsParams

    type ListTransactionsParams = {
        account?: string;
        count?: number;
        include_watchonly?: boolean;
        skip?: number;
    }
    Index

    Properties

    account?: string
    count?: number
    include_watchonly?: boolean
    skip?: number