Skip to main content

TreasuryOwnershipRenounced

Namespace: IotaSdk

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

public class TreasuryOwnershipRenounced : ITreasuryOwnershipRenounced, System.IDisposable

Inheritance ObjectTreasuryOwnershipRenounced
Implements ITreasuryOwnershipRenounced, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

TreasuryOwnershipRenounced(UInt64)

public TreasuryOwnershipRenounced(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

CoinName()

public string CoinName()

Returns

String

TryFromBcs(Byte[])

Decode from the BCS contents of an emitted event.

public static TreasuryOwnershipRenounced TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

TreasuryOwnershipRenounced

Exceptions

SdkFfiException