Type Alias TransferWidgetConfiguration

TransferWidgetConfiguration: {
    customTitle?: string;
    customCoinAmountTitle?: string;
    showHeader?: boolean;
} & WidgetConfiguration

Transfer Widget Configuration represents the configuration options for the Transfer Widget.