Skip to main content

TreasuryOwnershipRenounced

open class TreasuryOwnershipRenounced : Disposable, AutoCloseable, TreasuryOwnershipRenouncedInterface

A typed view of a 0x2::coin_manager::TreasuryOwnershipRenounced.

Functions

NameSummary
close@Synchronized
open override fun close()
coinNameopen override fun coinName(): String
destroyopen override fun destroy()
toStringopen override fun toString(): String

Companion object functions

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