Libticketto
    Preparing search index...

    Type Alias EventOwnershipTransferred

    The event has been transferred and is now owned by a different organizer. This might imply changes in conditions in the future.

    type EventOwnershipTransferred = {
        id: EventId;
        newOwner: AccountId;
        type: "EventOwnershipTransferred";
    }
    Index

    Properties

    Properties

    newOwner: AccountId
    type: "EventOwnershipTransferred"