IOTA SDKAPI ReferenceWASM/TypeScriptTypesType Alias: TransactionSignerFnOutputOn this pageType Alias: TransactionSignerFnOutput type TransactionSignerFnOutput = { signature: UserSignatureLike;}; The result of an async sign call containing the UserSignature. Properties signature signature: UserSignatureLike;Give Feedback