Skip to main content

TransferPolicyDestroyed

Namespace: IotaSdk

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

public class TransferPolicyDestroyed : ITransferPolicyDestroyed, System.IDisposable

Inheritance ObjectTransferPolicyDestroyed
Implements ITransferPolicyDestroyed, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

TransferPolicyDestroyed(UInt64)

public TransferPolicyDestroyed(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

Id()

Object ID of the destroyed TransferPolicy.

public ObjectId Id()

Returns

ObjectId

TryFromBcs(Byte[])

Decode from the BCS contents of an emitted event.

public static TransferPolicyDestroyed TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

TransferPolicyDestroyed

Exceptions

SdkFfiException