Interface: Claim
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.
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.
key
key: ClaimKey;
The key of the claim. This is a unique identifier for the claim and is composed of two parts which can be arbitrary JSON.