Skip to main content

TransferPolicyCreated

open class TransferPolicyCreated : Disposable, AutoCloseable, TransferPolicyCreatedInterface

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

Functions

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

Companion object functions

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