object AllowAll extends ContractValidator
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AllowAll
- ContractValidator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def authenticate(contract: FatContractInstance, targetPackageId: PackageId)(implicit ec: ExecutionContext, traceContext: TraceContext, loggingContext: LoggingContext): EitherT[FutureUnlessShutdown, String, Unit]
Perform full contract authentication against the target package:
Perform full contract authentication against the target package:
- type check the contract against the target package
- authenticate that the contract id is consistent with the contract contents
- verify the ensures clause of the target package template is satisfied
- verify that the contract metadata calculated by the target template matches that in the contract
- Definition Classes
- AllowAll → ContractValidator
- def authenticateHash(contract: FatContractInstance, contractHash: LfHash): Either[String, Unit]
Authenticate the contract hash by recomputing the contract id suffix and checking it the one provided in the contract
Authenticate the contract hash by recomputing the contract id suffix and checking it the one provided in the contract
- Definition Classes
- AllowAll → ContractValidator
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()