Skip to main content

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

GraphQlClientLike

asyncOpts_?
signal

AbortSignal

Returns

Promise<MoveAuthenticatorLike>