TransferPolicyDestroyed
open class TransferPolicyDestroyed : Disposable, AutoCloseable, TransferPolicyDestroyedInterface
A typed view of a 0x2::transfer_policy::TransferPolicyDestroyed.
Functions
| Name | Summary |
|---|---|
| close | @Synchronized open override fun close() |
| destroy | open override fun destroy() |
| id | open override fun id(): ObjectId Object ID of the destroyed TransferPolicy. |
| toString | open override fun toString(): String |
Companion object functions
| Name | Summary |
|---|---|
| tryFromBcs | fun tryFromBcs(bytes: ByteArray): TransferPolicyDestroyed Decode from the BCS contents of an emitted event. |