Skip to main content
Version: near-api-js@1.1.0

Enumeration: MultisigDeleteRequestRejectionError

account_multisig.MultisigDeleteRequestRejectionError

Enumeration Members

CANNOT_DESERIALIZE_STATE

CANNOT_DESERIALIZE_STATE = "Cannot deserialize the contract state"

Defined in

account_multisig.ts:26


METHOD_NOT_FOUND

METHOD_NOT_FOUND = "Contract method is not found"

Defined in

account_multisig.ts:30


MULTISIG_NOT_INITIALIZED

MULTISIG_NOT_INITIALIZED = "Smart contract panicked: Multisig contract should be initialized before usage"

Defined in

account_multisig.ts:27


NO_SUCH_REQUEST

NO_SUCH_REQUEST = "Smart contract panicked: panicked at 'No such request: either wrong number or already confirmed'"

Defined in

account_multisig.ts:28


REQUEST_COOLDOWN_ERROR

REQUEST_COOLDOWN_ERROR = "Request cannot be deleted immediately after creation."

Defined in

account_multisig.ts:29