G
G
Golem SDK
Search
⌃
K
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
Enumeration
Enumeration: TaskStatus
Enumeration: SgxEngine
Enumeration: BillingScheme
Enumeration: Counter
Enumeration: PriceModel
Enumeration: RuntimeType
Enumeration: VmPackageFormat
Interfaces
Yagna Contributor Guide
How to a write payment driver
See also
Port forwarding
Running the yagna daemon from sources
Terms
Compatibility Guidelines
Compatibility Policy
Release Notes
Contact
Powered By
GitBook
Enumeration: Counter
yajsapi
/
Exports
/
props/com
/ Counter
Enumeration: Counter
props/com
.Counter
Table of contents
Enumeration members
CPU
MAXMEM
STORAGE
TIME
UNKNOWN
Enumeration members
CPU
•
CPU
= "golem.usage.cpu_sec"
Defined in
yajsapi/props/com.ts:19
MAXMEM
•
MAXMEM
= "golem.usage.gib"
Defined in
yajsapi/props/com.ts:21
STORAGE
•
STORAGE
= "golem.usage.storage_gib"
Defined in
yajsapi/props/com.ts:20
TIME
•
TIME
= "golem.usage.duration_sec"
Defined in
yajsapi/props/com.ts:18
UNKNOWN
•
UNKNOWN
= ""
Defined in
yajsapi/props/com.ts:22
Previous
Enumeration: BillingScheme
Next
Enumeration: PriceModel
Last modified
1yr ago