Skip to content

FileDetails

Extends: Resource

Description

The CIP25 standard (and hence the CIP68 standard as well) defines an optional "file details" field that can be used to attach additional files to a token.

The CIP25 standard (and hence the CIP68 standard as well) defines an optional "file details" field that can be used to attach additional files to a token.

Property Descriptions

name

@export var name: String = ""

media_type

@export var media_type: String

src

@export var src: String

additional_properties

@export var additional_properties: Dictionary

Method Descriptions

as_dict

func as_dict()

from_dict (static)

func from_dict(dict: Dictionary) -> FileDetails