withdraw_auction_fee
Call parameters
type token_id_t is nat
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 withdraw_fee_t is [@layout:comb] record [
pair_id : option(token_id_t);
token : token_t;
]Field
Type
Description
Usage
Errors
Last updated