MCPcopy Create free account
hub / github.com/VanishMax/foton / UserRejectedTransactionError

Class UserRejectedTransactionError

packages/core/src/shared/errors/user-errors.ts:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22export class UserRejectedTransactionError extends UserError {
23 constructor() {
24 super('User rejected the transaction request from their wallet');
25 this.name = 'UserRejectedTransactionError';
26 }
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected