Left Curve Software Stack
    Preparing search index...

    Type Alias IndexedAccountEvent

    type IndexedAccountEvent = {
        accountIndex: number;
        address: Address;
        createdAt: string;
        createdBlockHeight: number;
        id: UID;
    }
    Index

    Properties

    accountIndex: number
    address: Address
    createdAt: string
    createdBlockHeight: number
    id: UID