Interface EventLogConfig_Field

interface EventLogConfig_Field {
    basicType?: EventLogConfig_BasicFieldType;
    coinType?: CoinID;
    name: string;
    structType?: EventLogConfig_StructFieldType;
}

Properties

coinType?: CoinID
name: string