Polkadot Apps
Preparing search index...
@polkadot-apps/bulletin
BatchUploadItem
Interface BatchUploadItem
A single item in a batch upload.
interface
BatchUploadItem
{
data
:
Uint8Array
;
label
:
string
;
}
Index
Properties
data
label
Properties
data
data
:
Uint8Array
Raw bytes to upload.
label
label
:
string
Label for progress tracking (e.g., filename).
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
label
Polkadot Apps
Loading...
A single item in a batch upload.