Skip to content

MetadataResponse

tevelee edited this page Jul 21, 2026 · 1 revision

MetadataResponse

A metadata response is the return type for some runtime functions that either produce metadata or check it.

public struct MetadataResponse 

Properties

type

The type for the metadata requested.

public let type: Any.Type

metadata

The metadata requested.

public var metadata: Metadata 

state

The metadata state of the returned metadata record.

public var state: MetadataState 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally