DynamicFieldName

data class DynamicFieldName(val type: String, val bcs: Any)

A description of a dynamic field's name.

Parameters

type

The type of the dynamic field's name, like 'u64' or '0x2::kiosk::Listing'.

bcs

The Base64-encoded BCS serialization of the dynamic field's 'name'.

Constructors

Link copied to clipboard
constructor(type: String, bcs: Any)

Properties

Link copied to clipboard
val bcs: Any

The Base64-encoded BCS serialization of the dynamic field's 'name'.

Link copied to clipboard

The type of the dynamic field's name, like 'u64' or '0x2::kiosk::Listing'.