Documentation

    Type Alias WriteBlobAttributesOptions

    WriteBlobAttributesOptions: { attributes: Record<string, string | null> } & (
        | { blobObject: TransactionObjectArgument; blobObjectId?: never }
        | { blobObject?: never; blobObjectId: string }
    )
    MMNEPVFCICPMFPCPTTAAATR