Skip to main content

Type Alias: TransactionSignerFnOutput

type TransactionSignerFnOutput = {
signature: UserSignatureLike;
};

The result of an async sign call containing the UserSignature.

Properties

signature

signature: UserSignatureLike;