Interface: MoveAuthenticatorBuilderLike
Methods
finish()
finish(client, asyncOpts_?): Promise<MoveAuthenticatorLike>;
Resolve this move authenticator builder into a MoveAuthenticator which
can be used to execute a transaction.
Parameters
client
asyncOpts_?
signal
AbortSignal
Returns
Promise<MoveAuthenticatorLike>