export interface BitcoinTransferEncodedConfig {
    memo?: string;
    depositAddress: string;
    value: string;
}
