API Reference
classes
Hostinguserinfo

@coasys/ad4m / Exports / HostingUserInfo

Class: HostingUserInfo

Table of contents

Constructors

Properties

Constructors

constructor

new HostingUserInfo(email, remainingCredits, hotWalletAddress?, freeAccess?)

Parameters

NameTypeDefault value
emailstringundefined
remainingCreditsstringundefined
hotWalletAddress?stringundefined
freeAccessbooleanfalse

Defined in

runtime/RuntimeResolver.ts:249 (opens in a new tab)

Properties

email

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

Defined in

runtime/RuntimeResolver.ts:241 (opens in a new tab)