G
G
Golem SDK
Search…
The Golem SDK documentation
Introduction
Golem overview
Provider
Requestor
Requestor FAQ
Provider FAQ
Payments
Payments in Golem explained
Layer 2 payments
Using Golem on Mainnet
Mainnet / Polygon GLM Conversion
Provider tutorials
Becoming a provider
Provider CLI reference
Troubleshooting
Provider Troubleshooting
Requestor Troubleshooting
Developer tutorials
Requestor development: a quick primer
Golem application fundamentals
Task Model development
Service Model development
VM runtime
Debugging with the use of log files
Interactive testing environment
yapapi - Python high-level API
Golem Python API Reference
yajsapi - JavaScript high-level API
Introduction to Golem's high-level Java Script API
Modules
Classes
Class: CryptoCtx
Class: PrivateKey
Class: PublicKey
Class: _ExecutorConfig
Class: BatchResults
Class: Executor
Class: NoPaymentAccountError
Class: SubmissionState
Class: AgreementsPool
Class: CommandContainer
Class: ExecOptions
Class: Work
Class: WorkContext
Class: ActivityCreated
Class: ActivityCreateFailed
Class: AgreementConfirmed
Class: AgreementCreated
Class: AgreementRejected
Class: AgreementTerminated
Class: CheckingPayments
Class: CollectFailed
Class: CommandEvent
Class: CommandEventContext
Class: CommandExecuted
Class: CommandStarted
Class: CommandStdErr
Class: CommandStdOut
Class: ComputationFailed
Class: ComputationFinished
Class: ComputationStarted
Class: DebitNoteReceived
Class: DownloadFinished
Class: DownloadStarted
Class: GettingResults
Class: InvoiceReceived
Class: NoProposalsConfirmed
Class: PaymentAccepted
Class: PaymentFailed
Class: PaymentPrepared
Class: PaymentQueued
Class: PaymentsFinished
Class: ProposalConfirmed
Class: ProposalEvent
Class: ProposalFailed
Class: ProposalReceived
Class: ProposalRejected
Class: ProposalResponded
Class: ScriptFinished
Class: ScriptSent
Class: ShutdownFinished
Class: SubscriptionCreated
Class: SubscriptionFailed
Class: TaskAccepted
Class: TaskRejected
Class: TaskStarted
Class: WorkerFinished
Class: WorkerStarted
Class: YaEvent
Class: Consumer
Class: Handle
Class: SmartQueue
Class: DecreaseScoreForUnconfirmedAgreement
Class: DummyMS
Class: LeastExpensiveLinearPayuMS
Class: MarketStrategy
Class: Task
Class: Constraints
Class: Package
Class: VmPackage
Class: Activity
Class: NodeInfo
Class: Field
Class: Model
Class: DemandBuilder
Class: Com
Class: ComLinear
Class: ExeUnitRequest
Class: InfBase
Class: InfVm
Class: VmRequest
Class: ActivityService
Class: ApiConfigProvider
Class: CommandExecutionError
Class: Configuration
Class: Agreement
Class: Market
Class: OfferProposal
Class: Subscription
Class: Allocation
Class: DebitNote
Class: Invoice
Class: Payment
Class: ResourceCtx
Class: ComposedStorageProvider
Class: Content
Class: Destination
Class: InputStorageProvider
Class: OutputStorageProvider
Class: Source
Class: StorageProvider
Class: default
Class: Lock
Class: default
Enumeration
Interfaces
Yagna Contributor Guide
How to a write payment driver
See also
Running the yagna daemon from sources
Terms
Compatibility Guidelines
Compatibility Policy
Release Notes
Contact
Powered By
GitBook
Class: Allocation
​
yajsapi
/
Exports
/
rest/payment
/ Allocation
Class: Allocation
​
rest/payment
.Allocation
Hierarchy
\_Link
↳
Allocation
Table of contents
Constructors
​
constructor
​
Properties
​
_api
​
​
amount
​
​
expires
​
​
id
​
​
payment_address
​
​
payment_platform
​
Methods
​
delete
​
​
details
​
Constructors
constructor
•
new Allocation
()
Inherited from
_Link.constructor
Properties
_api
•
_api
:
RequestorApi
Inherited from
_Link._api
Defined in
​
yajsapi/rest/payment.ts:94
​
amount
•
amount
:
number
Defined in
​
yajsapi/rest/payment.ts:108
​
expires
•
Optional
expires
:
Date
Defined in
​
yajsapi/rest/payment.ts:117
​
id
•
id
:
string
Defined in
​
yajsapi/rest/payment.ts:105
​
payment_address
•
Optional
payment_address
:
string
Defined in
​
yajsapi/rest/payment.ts:114
​
payment_platform
•
Optional
payment_platform
:
string
Defined in
​
yajsapi/rest/payment.ts:111
​
Methods
delete
â–¸
delete
():
Promise
Returns
Promise
Defined in
​
yajsapi/rest/payment.ts:132
​
details
â–¸
details
():
Promise
Returns
Promise
Defined in
​
yajsapi/rest/payment.ts:120
​
Previous
Class: Subscription
Next
Class: DebitNote
Last modified
7mo ago
Copy link
Contents
Class: Allocation
Hierarchy
Table of contents
Constructors
Properties
Methods