Skip to main content

AuthenticatorFunctionRefV1Rotated

Namespace: IotaSdk

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

public class AuthenticatorFunctionRefV1Rotated : IAuthenticatorFunctionRefV1Rotated, System.IDisposable

Inheritance ObjectAuthenticatorFunctionRefV1Rotated
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

ObjectId

FromRef()

The authenticator function reference before the rotation.

public AuthenticatorFunctionRef FromRef()

Returns

AuthenticatorFunctionRef

ToRef()

The authenticator function reference after the rotation.

public AuthenticatorFunctionRef ToRef()

Returns

AuthenticatorFunctionRef

TryFromBcs(Byte[])

Decode from the BCS contents of an emitted event.

public static AuthenticatorFunctionRefV1Rotated TryFromBcs(Byte[] bytes)

Parameters

bytes Byte[]

Returns

AuthenticatorFunctionRefV1Rotated

Exceptions

SdkFfiException