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