@arkade-os/sdk Documentation - v0.4.0-next.8
    Preparing search index...

    Interface Recipient

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

    Properties

    address: string
    amount?: number
    assets?: Asset[]