Skip to main content

MutableAccountCreated

Namespace: IotaSdk

A typed view of a 0x2::account::MutableAccountCreated.

public class MutableAccountCreated : IMutableAccountCreated, System.IDisposable

Inheritance ObjectMutableAccountCreated
Implements IMutableAccountCreated, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

MutableAccountCreated(UInt64)

public MutableAccountCreated(ulong pointer)

Parameters

pointer UInt64

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

AccountId()

public ObjectId AccountId()

Returns

ObjectId

Authenticator()

public AuthenticatorFunctionRef Authenticator()

Returns

AuthenticatorFunctionRef

TryFromBcs(Byte[])

Decode from the BCS contents of an emitted event.

public static MutableAccountCreated TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

MutableAccountCreated

Exceptions

SdkFfiException