@xo-cash/types
    Preparing search index...

    Type Alias XOInvitationCommit

    A signed commit in an invitation history chain.

    {
    "invitationIdentifier": "...",
    ...
    "commits": [
    {
    "commitIdentifier": "...",
    "createdAtTimestamp": 1717000000000,
    "memo": "Invoice 1042",
    ...
    } ← this type
    ...
    ]
    }
    Index

    Properties

    actionReference?: XOInvitationActionReference

    When set, the engine resolves the template action from these identifiers for this commit. When omitted, it uses the invitation root templateIdentifier and actionIdentifier.

    The commit identifier for this commit.

    createdAtTimestamp: XOInvitationTimestamp

    When this commit was created.

    The data provided by this commit.

    The entity identifier that made this commit.

    expiresAtTimestamp: XOInvitationTimestamp

    Expiration timestamp for this specific commit.

    Optional note from the entity.

    previousCommitIdentifier: XOInvitationCommitIdentifier | undefined

    The identifier of the previous commit.

    Signature of the entity committing this data.