pour_over
type pour_over_t is [@layout:comb] record [
bucket : address;
amt : nat;
]
Field | Type | Description |
---|---|---|
bucket | address | Bucket contract address for receiving of TEZ tokens |
amt | nat | Amount to send |
412
- non payable entrypoint (can't accept TEZ tokens during call of an entrypoint).
Last modified 1yr ago