📄
📄
📄
📄
Golem SDK develop
Search
⌃
K
📄
📄
📄
📄
Golem SDK develop
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
Decentralized applications on Golem
Task Model development
Service Model development
VM runtime
Debugging with the use of log files
Interactive testing environment
SGX secure enclave application development
yapapi - Python high-level API
Golem Python API Reference
yajsapi - JavaScript API
Introduction to Golem's JavaScript API
QuickStart
High-level API development
Mid-level API development
Golem Java Script API Reference
Classes
Activity
Agreement
Events
TaskExecutor
DecorationsBuilder
Demand
DemandEvent
Proposal
DecreaseScoreForUnconfirmedAgreementMarketStrategy
DefaultMarketStrategy
LeastExpensiveLinearPayuMarketStrategy
Network
NetworkError
NetworkNode
Package
Accounts
Allocation
AccountConfig
DebitNote
BaseNote<ModelType>
Invoice
Command
Deploy
DownloadFile
Run
Start
Terminate
Transfer
UploadFile
Script
GftpStorageProvider
Batch
Task<InputType, OutputType>
WorkContext
ConsoleLogger
Enums
Interfaces
Modules
Yagna Contributor Guide
How to write payment driver
See also
Port forwarding
Running the yagna daemon from sources
Terms
Compatibility Guidelines
Compatibility Policy
Release Notes
Contact
Powered By
GitBook
Transfer
script/command
.Transfer
Hierarchy
Command
↳
Transfer
↳↳
UploadFile
↳↳
DownloadFile
Table of contents
Constructors
constructor
Properties
from
to
args
Methods
toJson
toExeScriptRequest
before
after
Constructors
constructor
•
new Transfer
(
from?
,
to?
,
args?
)
Parameters
Name
Type
from?
string
to?
string
args?
object
Overrides