@sentio/sdk
    Preparing search index...

    Type Alias Entity

    Entity: Message<"processor.Entity"> & {
        data?: RichStruct;
        entity: string;
        genBlockChain: string;
        genBlockNumber: bigint;
        genBlockTime?: Timestamp;
    }

    Type Declaration

    • Optionaldata?: RichStruct

      from field: common.RichStruct data = 5;

    • entity: string

      from field: string entity = 1;

    • genBlockChain: string

      from field: string gen_block_chain = 3;

    • genBlockNumber: bigint

      from field: uint64 gen_block_number = 2;

    • OptionalgenBlockTime?: Timestamp

      from field: google.protobuf.Timestamp gen_block_time = 4;

    from message processor.Entity