AccountConfig

payment/config.AccountConfig

Hierarchy

  • BaseConfig
    AccountConfig

Table of contents

Constructors

Properties

Constructors

constructor

new AccountConfig(options?)

Parameters

Name
Type
options?

Overrides

BaseConfig.constructor

Defined in

Properties

yagnaOptions

Optional Readonly yagnaOptions: YagnaOptions

Inherited from

BaseConfig.yagnaOptions

Defined in


paymentTimeout

Readonly paymentTimeout: number

Inherited from

BaseConfig.paymentTimeout

Defined in


api

Readonly api: RequestorApi

Inherited from

BaseConfig.api

Defined in


logger

Optional Readonly logger: Logger

Inherited from

BaseConfig.logger

Defined in


eventTarget

Optional Readonly eventTarget: EventTarget

Inherited from

BaseConfig.eventTarget

Defined in


payment

Readonly payment: Object

Type declaration

Name
Type
driver
string
network
string

Inherited from

BaseConfig.payment

Defined in


paymentRequestTimeout

Readonly paymentRequestTimeout: number

Inherited from

BaseConfig.paymentRequestTimeout

Defined in


options

Optional Readonly options: BasePaymentOptions

Inherited from

BaseConfig.options

Defined in

Last modified 7mo ago