import { Coin } from "..";
type SendData = {
    address: string;
    coins: Coin[];
};
export type { SendData };
