Documentation
Preparing search index...
@mysten/walrus
WriteFilesFlow
Interface WriteFilesFlow
interface
WriteFilesFlow
{
certify
:
()
=>
Transaction
;
encode
:
()
=>
Promise
<
void
>
;
listFiles
:
()
=>
Promise
<
{
blobId
:
string
;
blobObject
:
{
blob_id
:
string
;
certified_epoch
:
null
|
number
;
deletable
:
boolean
;
encoding_type
:
number
;
id
:
{
id
:
string
}
;
registered_epoch
:
number
;
size
:
string
;
storage
:
{
end_epoch
:
number
;
id
:
{
id
:
string
}
;
start_epoch
:
number
;
storage_size
:
string
;
}
;
}
;
id
:
string
;
}
[]
,
>
;
register
:
(
options
:
WriteFilesFlowRegisterOptions
)
=>
Transaction
;
upload
:
(
options
:
WriteFilesFlowUploadOptions
)
=>
Promise
<
void
>
;
}
Index
Properties
certify
encode
list
Files
register
upload
Properties
certify
certify
:
()
=>
Transaction
encode
encode
:
()
=>
Promise
<
void
>
list
Files
listFiles
:
()
=>
Promise
<
{
blobId
:
string
;
blobObject
:
{
blob_id
:
string
;
certified_epoch
:
null
|
number
;
deletable
:
boolean
;
encoding_type
:
number
;
id
:
{
id
:
string
}
;
registered_epoch
:
number
;
size
:
string
;
storage
:
{
end_epoch
:
number
;
id
:
{
id
:
string
}
;
start_epoch
:
number
;
storage_size
:
string
;
}
;
}
;
id
:
string
;
}
[]
,
>
register
register
:
(
options
:
WriteFilesFlowRegisterOptions
)
=>
Transaction
upload
upload
:
(
options
:
WriteFilesFlowUploadOptions
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
certify
encode
list
Files
register
upload
Documentation
Loading...