ImmutableAccountCreated
Namespace: IotaSdk
A typed view of a 0x2::account::ImmutableAccountCreated.
public class ImmutableAccountCreated : IImmutableAccountCreated, System.IDisposable
Inheritance Object → ImmutableAccountCreated
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
Authenticator()
public AuthenticatorFunctionRef Authenticator()
Returns
TryFromBcs(Byte[])
Decode from the BCS contents of an emitted event.
public static ImmutableAccountCreated TryFromBcs(Byte[] bytes)
Parameters
bytes Byte[]