Interface SendAssetsOptions

Interface representing options for sending assets. SendAssetsOptions

interface SendAssetsOptions {
    fee_rate?: number;
    receive_addr: string;
}

Properties

fee_rate?: number
receive_addr: string