export type SendAllAssetsTransactionClass = {
    senderaddress?: string | null;
    walletpassword?: string | null;
    receiverAddress?: string | null;
};
