Module sui::clock
APIs for accessing time from move calls, via the
Clock: a unique
shared object that is created at 0x6 during genesis.
use std::ascii;
use std::bcs;
use std::option;
use std::string;
use std::vector;
use sui::address;
use sui::hex;
use sui::object;
use sui::party;
use sui::transfer;
use sui::tx_context;
use sui::vec_map;