Skip to content

Commit

Permalink
Update Interaction Template 1.1. FLIP (#226)
Browse files Browse the repository at this point in the history
Update Interaction Template 1.1. FLIP
  • Loading branch information
JeffreyDoyle authored Dec 5, 2023
1 parent 2f637c1 commit 7405bec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions application/20230330-interaction-templates-1.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -858,17 +858,17 @@ template-message-key = Key for a template message (eg: "title", "descr
template-message = [ sha3_256(template-message-key), [ ...template-message-translation ] ]
template-dependency-contract-pin-block-height = Network block height the pin was generated against.
template-dependency-contract-pin = Pin of contract
template-dependency-contract-fq-addr = Fully qualified contract identifier
template-dependency-contract-pin = Pin of contract and it's dependency tree
template-dependency-contract-pin-self = Pin of the contract itself
template-dependency-network-address = Address of an account
template-dependency-network = "mainnet" | "testnet" | "emulator" | Custom Network Tag
template-dependency-contract-network = [
sha3_256(template-dependency-network),
[
sha3_256(template-dependency-network-address),
sha3_256(template-dependency-contract-name),
sha3_256(template-dependency-contract-fq-address),
sha3_256(template-dependency-contract-pin),
sha3_256(template-dependency-contract-pin-self),
sha3_256(template-dependency-contract-pin-block-height)
]
]
Expand Down Expand Up @@ -956,8 +956,8 @@ template-interface = ID of the InteractionTemplateInterface this temp
template-messages = [ ...template-message ] | []
template-cadence = template-cadence-content
template-dependencies = [ ...template-dependency ] | []
template-parameters = [ ...template-parameter ] | []
template-output = [ ...template-output ] | {}
template-parameters = [ ...template-parameter ] | []
template-output = [ ...template-output ] | {}
template-encoded = RLP([
Expand Down

0 comments on commit 7405bec

Please sign in to comment.