Enumeration MultisigDeleteRequestRejectionError

Enumeration Members

CANNOT_DESERIALIZE_STATE: "Cannot deserialize the contract state"
METHOD_NOT_FOUND: "Contract method is not found"
MULTISIG_NOT_INITIALIZED: "Smart contract panicked: Multisig contract should be initialized before usage"
NO_SUCH_REQUEST: "Smart contract panicked: panicked at 'No such request: either wrong number or already confirmed'"
REQUEST_COOLDOWN_ERROR: "Request cannot be deleted immediately after creation."