@coasys/ad4m / Exports / HostingUserInfo
Class: HostingUserInfo
Table of contents
Constructors
Properties
Constructors
constructor
• new HostingUserInfo(email, remainingCredits, hotWalletAddress?, freeAccess?)
Parameters
| Name | Type | Default value |
|---|---|---|
email | string | undefined |
remainingCredits | string | undefined |
hotWalletAddress? | string | undefined |
freeAccess | boolean | false |
Defined in
runtime/RuntimeResolver.ts:249 (opens in a new tab)
Properties
• email: string
Defined in
runtime/RuntimeResolver.ts:238 (opens in a new tab)
freeAccess
• freeAccess: boolean
Defined in
runtime/RuntimeResolver.ts:247 (opens in a new tab)
hotWalletAddress
• Optional hotWalletAddress: string
Defined in
runtime/RuntimeResolver.ts:244 (opens in a new tab)
remainingCredits
• remainingCredits: string