UNPKG

cryptomarket

Version:

The CryptoMarket for Node.js

9 lines (8 loc) 194 B
export interface ACLSettings { SubAccountId: string; depositAddressGenerationEnabled: boolean; withdrawEnabled: boolean; description: string; createdAt: string; updatedAt: string; }