Interface TransferOptions

Interface representing options for transferring assets. TransferOptions

interface TransferOptions {
    amount?: number;
    fee_rate?: number;
    min_conf?: number;
    recv_addr: string;
}

Properties

amount?: number
fee_rate?: number
min_conf?: number
recv_addr: string