Base58Error

types/public_keyDocs


near-sdk-js v2.0.0 / types/public_key / Base58Error

Class: Base58Error

Extends

Constructors

new Base58Error()

new Base58Error(error): Base58Error

Parameters

error: string

Returns

Base58Error

Overrides

ParsePublicKeyError.constructor

Defined in

packages/near-sdk-js/src/types/public_key.ts:68

Properties

cause?

optional cause: Error

Inherited from

ParsePublicKeyError.cause

Defined in

node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es2022.error.d.ts:26


error

error: string

Defined in

packages/near-sdk-js/src/types/public_key.ts:68


message

message: string

Inherited from

ParsePublicKeyError.message

Defined in

node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es5.d.ts:1029


name

name: string

Inherited from

ParsePublicKeyError.name

Defined in

node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es5.d.ts:1028


stack?

optional stack: string

Inherited from

ParsePublicKeyError.stack

Defined in

node_modules/.pnpm/typescript@4.7.4/node_modules/typescript/lib/lib.es5.d.ts:1030


prepareStackTrace()?

static optional prepareStackTrace: (err, stackTraces) => any

Optional override for formatting stack traces

Parameters

err: Error

stackTraces: CallSite[]

Returns

any

See

https://v8.dev/docs/stack-trace-api#customizing-stack-traces

Inherited from

ParsePublicKeyError.prepareStackTrace

Defined in

packages/near-sdk-js/node_modules/@types/node/globals.d.ts:11


stackTraceLimit

static stackTraceLimit: number

Inherited from

ParsePublicKeyError.stackTraceLimit

Defined in

packages/near-sdk-js/node_modules/@types/node/globals.d.ts:13

Methods

captureStackTrace()

static captureStackTrace(targetObject, constructorOpt?): void

Create .stack property on a target object

Parameters

targetObject: object

constructorOpt?: Function

Returns

void

Inherited from

ParsePublicKeyError.captureStackTrace

Defined in

packages/near-sdk-js/node_modules/@types/node/globals.d.ts:4

Last updated