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

    Type Alias ListUnspentParams

    type ListUnspentParams = {
        address?: string[];
        include_unsafe?: boolean;
        maxconf?: number;
        minconf?: number;
        query_options?: ListUnspentOptions;
    }
    Index

    Properties

    address?: string[]
    include_unsafe?: boolean
    maxconf?: number
    minconf?: number
    query_options?: ListUnspentOptions