filecoin-pin
Preparing search index...
index
executeUpload
Variable executeUpload
executeUpload
:
(
synapseService
:
SynapseService
,
carData
:
Uint8Array
,
rootCid
:
CID
,
options
:
UploadExecutionOptions
,
)
=>
Promise
<
UploadExecutionResult
>
Type Declaration
(
synapseService
:
SynapseService
,
carData
:
Uint8Array
,
rootCid
:
CID
,
options
:
UploadExecutionOptions
,
)
:
Promise
<
UploadExecutionResult
>
Execute the upload to Synapse, returning the same structured data used by the CLI and GitHub Action.
Parameters
synapseService
:
SynapseService
carData
:
Uint8Array
rootCid
:
CID
options
:
UploadExecutionOptions
Returns
Promise
<
UploadExecutionResult
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
filecoin-pin
Loading...
Execute the upload to Synapse, returning the same structured data used by the CLI and GitHub Action.