ResolveOptions: {
    hints: {
        transactions?: Tx[];
        utxos?: Utxo[];
    };
}

Type declaration

  • hints: {
        transactions?: Tx[];
        utxos?: Utxo[];
    }
    • Optional transactions?: Tx[]
    • Optional utxos?: Utxo[]

Generated using TypeDoc