Skip to main content

TransferPolicyDestroyed

open class TransferPolicyDestroyed : Disposable, AutoCloseable, TransferPolicyDestroyedInterface

A typed view of a 0x2::transfer_policy::TransferPolicyDestroyed.

Functions

NameSummary
close@Synchronized
open override fun close()
destroyopen override fun destroy()
idopen override fun id(): ObjectId
Object ID of the destroyed TransferPolicy.
toStringopen override fun toString(): String

Companion object functions

NameSummary
tryFromBcsfun tryFromBcs(bytes: ByteArray): TransferPolicyDestroyed
Decode from the BCS contents of an emitted event.