Interface ChainTimestamp

ChainTime Interface

util.ChainTime to convert between chains timestamp and Date

interface ChainTimestamp {
    time: number;
}

Properties

Properties

time: number

The chains time (in seconds since the genesis block)