import { Coin, SendData } from "..";
type MultiSendData = {
    recipients: SendData[];
    total_coins: Coin[];
};
export type { MultiSendData };
