Skip to main content

ImmutableAccountCreated

Namespace: IotaSdk

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

public class ImmutableAccountCreated : IImmutableAccountCreated, System.IDisposable

Inheritance ObjectImmutableAccountCreated
Implements IImmutableAccountCreated, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

ImmutableAccountCreated(UInt64)

public ImmutableAccountCreated(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 ImmutableAccountCreated TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

ImmutableAccountCreated

Exceptions

SdkFfiException