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