RegulatedCoinMetadata

Information about a regulated coin, which indicates that it makes use of the transfer deny list.

Types

Link copied to clipboard
sealed class CoinRegulatedState

Indicates the state of the regulation of the coin.

Properties

Link copied to clipboard
abstract val allowGlobalPause: Boolean?

Whether the coin can be globally paused

Link copied to clipboard
abstract val coinMetadataObject: String?

The ID of the coin's CoinMetadata or CoinData object.

Link copied to clipboard

Indicates the coin's regulated state.

Link copied to clipboard
abstract val denyCapObject: String?

The ID of the coin's DenyCap object.

Link copied to clipboard
abstract val id: String?

ObjectId of the 0x2::coin::RegulatedCoinMetadata object. Only present for coins that have not been migrated to CoinRegistry.

Link copied to clipboard

Returns the field-presence view for this RegulatedCoinMetadata instance.

Link copied to clipboard
abstract val variant: <Error class: unknown class>?

Variant of the regulated coin metadata

Functions

Link copied to clipboard
fun RegulatedCoinMetadata.copy(body: <Error class: unknown class>.() -> Unit = {}): RegulatedCoinMetadata

Copies the original message, including unknown fields.