interface EcosystemProviderProps {
    theme?: Theme;
    customTheme?: any;
    navigateTo: ((appState?: AppState) => void);
    appName?: string;
    disableTransactionSimulation?: boolean;
    logoUrl?: string;
    privacyPolicyUrl?: string;
    termsOfServiceUrl?: string;
}

Properties

theme?: Theme
customTheme?: any
navigateTo: ((appState?: AppState) => void)
appName?: string
disableTransactionSimulation?: boolean
logoUrl?: string
privacyPolicyUrl?: string
termsOfServiceUrl?: string