Skip to main content

Module receive_policy_guard

Module receive_policy_guard 

Source
Expand description

[TIP-1028] ReceivePolicyGuard precompile for blocked inbound TIP-20 transfers and mints.

Modules§

IReceivePolicyGuard
Module containing a contract’s types and functions.
dispatch
ABI dispatch for the ReceivePolicyGuard precompile.
slots

Structs§

ReceivePolicyGuard

Enums§

InboundKind
RecoveryMode 🔒
Recovery authority for blocked inbound funds.

Constants§

BLOCKED_RECEIPT_VERSION
Version tag for the v1 IReceivePolicyGuard::ClaimReceiptV1 layout.
RECOVERY_ORIGINATOR
Recovery-authority sentinel: originator/sender is authorized to claim (address(0)).

Functions§

resolve_receipt 🔒