Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Interaction Template 1.1. FLIP #226

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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