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