@etherspot/prime-sdk
Version:
Etherspot Prime (Account Abstraction) SDK
14 lines (13 loc) • 350 B
TypeScript
export declare class OnRamperDto {
defaultCrypto?: string;
excludeCryptos?: string;
onlyCryptos?: string;
excludeCryptoNetworks?: string;
onlyCryptoNetworks?: string;
defaultAmount?: number;
defaultFiat?: string;
isAmountEditable?: boolean;
onlyFiats?: string;
excludeFiats?: string;
themeName?: string;
}