Interface OperationContentsAttestationWithSlot

interface OperationContentsAttestationWithSlot {
    endorsement: InlinedAttestation;
    kind: ATTESTATION_WITH_SLOT;
    slot: number;
}

Properties

Properties

endorsement: InlinedAttestation
slot: number

Generated using TypeDoc