@arkade-os/sdk Documentation - v0.4.21
    Preparing search index...

    Interface Recipient

    Recipient accepted by IWallet.send.

    IWallet.send

    interface Recipient {
        address: string;
        amount?: number;
        assets?: Asset[];
    }
    Index

    Properties

    address: string
    amount?: number

    BTC amount in satoshis.

    Dust amount (330).

    assets?: Asset[]

    Assets to send to the same recipient (assetId & amount)