launch_exchange
Call parameters
type tez_t is unit
type fa12_token_t is address
type fa2_token_t is [@layout:comb] record [
token : address;
id : nat;
]
type token_t is
| Tez of tez_t
| Fa12 of fa12_token_t
| Fa2 of fa2_token_t
type tokens_t is [@layout:comb] record [
token_a : token_t;
token_b : token_t;
]
type launch_exchange_t is [@layout:comb] record [
pair : tokens_t;
token_a_in : nat;
token_b_in : nat;
shares_receiver : address;
candidate : key_hash;
deadline : timestamp;
]tokens_t
Field
Type
Description
launch_exchange_t
Field
Type
Description
Usage
Errors
Last updated