reference
Class: Payments
payment/payments.Payments
Hierarchy
EventTarget
↳
Payments
Table of contents
Constructors
Methods
Constructors
constructor
• new Payments(yagnaApi
, options?
)
Parameters
Name | Type |
---|---|
yagnaApi | YagnaApi |
options? | PaymentOptions |
Overrides
EventTarget.constructor
Defined in
Methods
create
▸ Static
create(yagnaApi
, options?
): Promise
<Payments
>
Parameters
Name | Type |
---|---|
yagnaApi | YagnaApi |
options? | PaymentOptions |
Returns
Promise
<Payments
>
Defined in
unsubscribe
▸ unsubscribe(): Promise
<void
>
Unsubscribe demand from the market
Returns
Promise
<void
>