Skip to content

ReceivePolicyReceipt Types

ReceivePolicyReceipt.BlockedReason

Reason an inbound transfer or mint was blocked by a receive policy.

Source: src/tempo/ReceivePolicyReceipt.ts

ReceivePolicyReceipt.Kind

Kind of inbound operation that was blocked.

Source: src/tempo/ReceivePolicyReceipt.ts

ReceivePolicyReceipt.ReceivePolicyReceipt

A decoded TIP-1028 receive-policy claim receipt.

When an inbound transfer or mint violates the recipient's receive policy, the funds are redirected to the ReceivePolicyGuard and a ClaimReceiptV1 witness is emitted. The witness is required to later claim or burn the blocked funds.

Source: src/tempo/ReceivePolicyReceipt.ts