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.Decoded

A decoded ReceivePolicyReceipt.ReceivePolicyReceipt.

Source: src/tempo/ReceivePolicyReceipt.ts

ReceivePolicyReceipt.Kind

Kind of inbound operation that was blocked.

Source: src/tempo/ReceivePolicyReceipt.ts

ReceivePolicyReceipt.ReceivePolicyReceipt

A TIP-1028 receive-policy claim receipt: the ABI-encoded ClaimReceiptV1 witness emitted when an inbound transfer or mint violates the recipient's receive policy.

This is the canonical, on-chain representation – the value passed to the ReceivePolicyGuard's claim and burn functions. Use decode to read its fields.

Source: src/tempo/ReceivePolicyReceipt.ts