package tezos-protocol-alpha
Tezos protocol alpha package
Install
Dune Dependency
Authors
Maintainers
Sources
octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053
doc/tezos_raw_protocol_alpha/Tezos_raw_protocol_alpha/Ticket_token/index.html
Module Tezos_raw_protocol_alpha.Ticket_token
Source
A module for handling ticket-tokens. A ticket-token represents the combination of a ticketer (creator of a ticket) and the content. That is, a ticket comprises a ticket-token and an amount.
Source
type 'a parsed_token = {
ticketer : Alpha_context.Contract.t;
contents_type : 'a Script_typed_ir.comparable_ty;
contents : 'a;
}
A type for representing existentially quantified ticket-tokens. A ticket-token consists of a pair of ticketer and contents.
Source
type unparsed_token = {
ticketer : Alpha_context.Contract.t;
contents_type : Alpha_context.Script.expr;
contents : Alpha_context.Script.expr;
}
Unparsed version of parsed_token
. Used to encode/decode ticket-token in receipt, RPC, etc.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>