Skip to main content

Interface: GenericClaim

Interface for a claim. A claim consists of a key, a body, and it can store CWEB which can later be reclaimed using the take operation to fund further transactions. Claim is also attached to an issuer, but this is not visible in this interface.

Properties

body

body: unknown

The body of the claim. This can be arbitrary JSON and contains the substantive content of the claim.

Defined in

claims.d.ts:31


fees_stored

fees_stored: string

The fees stored in the claim. These are CWEB which can later be reclaimed using the take operation to fund further transactions.

Defined in

claims.d.ts:36


key

key: GenericClaimKey

The key of the claim. This is a unique identifier for the claim and is composed of two parts which can be arbitrary JSON.

Defined in

claims.d.ts:26