Storage and types overview
Last updated
Last updated
token
address
Token's address
id
token_id_type (nat)
Token's identifier
type fa2_type is [@layout:comb] record [
token : address;
id : token_id_type;
]
qsgov_lp
address
Address of the on QuipuSwap DEX
qsgov
QuipuSwap Governance token info (address and token ID)
type storage_type is [@layout:comb] record [
qsgov_lp : address;
qsgov : fa2_type;
]