claim_interface_fee
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 claim_fee_t is [@layout:comb] record [
token : token_t;
receiver : address;
]Field
Type
Description
Usage
Errors
Last updated