Libticketto
    Preparing search index...
    type KippuConsumerSettings = {
        api: { clientId: string; clientSecret: string; endpoint: string };
        client: PolkadotClient;
        eventsContractAddress: AccountId;
        merchantId?: number;
        storeId?: number;
        ticketsContractAddress: AccountId;
    }
    Index

    Properties

    api: { clientId: string; clientSecret: string; endpoint: string }
    client: PolkadotClient
    eventsContractAddress: AccountId
    merchantId?: number
    storeId?: number
    ticketsContractAddress: AccountId