Documentation
Preparing search index...
@mysten/walrus
WriteBlobFlowOptions
Interface WriteBlobFlowOptions
interface
WriteBlobFlowOptions
{
blob
:
Uint8Array
;
resume
?:
WriteBlobStep
;
}
Index
Properties
blob
resume?
Properties
blob
blob
:
Uint8Array
Optional
resume
resume
?:
WriteBlobStep
Resume from a prior step result. The flow validates consistency and skips completed work.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blob
resume
Documentation
Loading...
Resume from a prior step result. The flow validates consistency and skips completed work.