AuthenticatorFunctionRefV1Rotated
Namespace: IotaSdk
A typed view of a 0x2::account::AuthenticatorFunctionRefV1Rotated.
public class AuthenticatorFunctionRefV1Rotated : IAuthenticatorFunctionRefV1Rotated, System.IDisposable
Inheritance Object → AuthenticatorFunctionRefV1Rotated
Implements IAuthenticatorFunctionRefV1Rotated, IDisposable
Attributes NullableContextAttribute, NullableAttribute
Constructors
AuthenticatorFunctionRefV1Rotated(UInt64)
public AuthenticatorFunctionRefV1Rotated(ulong pointer)
Parameters
pointer UInt64
Methods
Destroy()
public void Destroy()
Dispose()
public void Dispose()
AccountId()
public ObjectId AccountId()
Returns
FromRef()
The authenticator function reference before the rotation.
public AuthenticatorFunctionRef FromRef()
Returns
ToRef()
The authenticator function reference after the rotation.
public AuthenticatorFunctionRef ToRef()
Returns
TryFromBcs(Byte[])
Decode from the BCS contents of an emitted event.
public static AuthenticatorFunctionRefV1Rotated TryFromBcs(Byte[] bytes)
Parameters
bytes Byte[]
Returns
AuthenticatorFunctionRefV1Rotated