Skip to content

Instantly share code, notes, and snippets.

@syuhei176
Created September 15, 2018 21:32
Show Gist options
  • Save syuhei176/828b4eabec48ee6f504c6afe9e7fa21a to your computer and use it in GitHub Desktop.
Save syuhei176/828b4eabec48ee6f504c6afe9e7fa21a to your computer and use it in GitHub Desktop.
PlasmaDefinitions -> PlasmaDefinition PlasmaDefinitions
PlasmaDefinition -> DepositDefinition | WithdrawDefinition | TxDefinition
DepositDefinition -> (root chain assets) TXO
WithdrawDefinition -> TXO (root chain assets)
TxDefinition -> Transition TxDefinition
Transition-> TXO Tx TXO
TXO -> status TXO
status -> type(expressions) value
Tx -> type(params) signers guard | ε
guard -> expressions
expressions -> expression expressions
params -> param, params
value -> asset_id amount
type -> string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment