Skip to main content

TransactionSignerFn

TransactionSignerFn

protocol TransactionSignerFn : AnyObject, Sendable

Defines a type which can sign a transaction asynchronously.

This trait can be implemented downstream to enable signing when using the TransactionBuilder::execute function.