CallContract

data class CallContract(val contractAddress: String) : ContextRuleType

Matches invocations to a specific contract address.

Constructors

Link copied to clipboard
constructor(contractAddress: String)

Properties

Link copied to clipboard

Contract address (C-address, 56 characters)

Functions

Link copied to clipboard

Converts the context rule type to its on-chain ScVal representation.