Documentation
Preparing search index...
@mysten/walrus
WriteBlobStepCertified
Interface WriteBlobStepCertified
interface
WriteBlobStepCertified
{
blobId
:
string
;
blobObject
:
{
blob_id
:
string
;
certified_epoch
:
number
|
null
;
deletable
:
boolean
;
encoding_type
:
number
;
id
:
string
;
registered_epoch
:
number
;
size
:
string
;
storage
:
{
end_epoch
:
number
;
id
:
string
;
start_epoch
:
number
;
storage_size
:
string
;
}
;
}
;
blobObjectId
:
string
;
step
:
"certified"
;
}
Index
Properties
blob
Id
blob
Object
blob
Object
Id
step
Properties
blob
Id
blobId
:
string
blob
Object
blobObject
:
{
blob_id
:
string
;
certified_epoch
:
number
|
null
;
deletable
:
boolean
;
encoding_type
:
number
;
id
:
string
;
registered_epoch
:
number
;
size
:
string
;
storage
:
{
end_epoch
:
number
;
id
:
string
;
start_epoch
:
number
;
storage_size
:
string
;
}
;
}
blob
Object
Id
blobObjectId
:
string
step
step
:
"certified"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blob
Id
blob
Object
blob
Object
Id
step
Documentation
Loading...