export interface Message {
    address: string;
    amount: string;
    stateInit?: string;
    payload?: string;
}
