Skip to main content

TransactionSignerFnOutput

Namespace: IotaSdk

The result of an async sign call containing the UserSignature.

public record class TransactionSignerFnOutput : System.IDisposable, System.IEquatable`1[[IotaSdk.TransactionSignerFnOutput, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectTransactionSignerFnOutput
Implements IDisposable, IEquatable<TransactionSignerFnOutput>
Attributes NullableContextAttribute, NullableAttribute

Properties

Signature

public UserSignature Signature { get; init; }

Property Value

UserSignature

Constructors

TransactionSignerFnOutput(UserSignature)

The result of an async sign call containing the UserSignature.

public TransactionSignerFnOutput(UserSignature Signature)

Parameters

Signature UserSignature

Methods

Dispose()

public void Dispose()