Skip to main content

MoveAuthenticatorBuilderInterface

type MoveAuthenticatorBuilderInterface

type MoveAuthenticatorBuilderInterface interface {
// Resolve this move authenticator builder into a `MoveAuthenticator` which
// can be used to execute a transaction.
Finish(client *GraphQlClient) (*MoveAuthenticator, error)
}