Type alias ClaimInput

ClaimInput: TokenPayload & {
    [Property in keyof ClaimDefault]?: undefined
}

During the creation of Claim, only properties that are not automatically defined by Sigchain are allowed.

Generated using TypeDoc