SignOptions: {
    willRetryOnFailure?: boolean;
}

Type declaration

  • Optional willRetryOnFailure?: boolean

    if true,

    • underlying KeyAgent errors from this call will not be propagated back to the wallet via SigningCoordinatorSignApi
    • SigningCoordinator expects user to either retry the call to sign or call reject manually

Generated using TypeDoc