Type alias Recipient

Recipient: {
    account: Account;
    appUtxo?: AppUtxoConfig;
    mint: PublicKey;
    solAmount: BN;
    splAmount: BN;
}

Type declaration

Generated using TypeDoc