Interface EventActionPayloadRaw

Object representation of an InitPayload struct used to initialize event actions.

EventActionPayloadRaw

interface EventActionPayloadRaw {
    actionClaimant: ActionClaimant;
    actionStepOne: ActionStep;
    actionStepTwo: ActionStep;
    actionStepThree: ActionStep;
    actionStepFour: ActionStep;
}

Properties

actionClaimant: ActionClaimant

The payload describing how claimants are identified

actionStepOne: ActionStep

The first action step.

actionStepTwo: ActionStep

The second action step.

actionStepThree: ActionStep

The third action step.

actionStepFour: ActionStep

The fourth action step.