graphenebase.transactions module¶
-
graphenebase.transactions.formatTimeFromNow(secs=0)¶ Properly Format Time that is x seconds in the future
Parameters: secs (int) – Seconds to go in the future (x>0) or the past (x<0) Returns: Properly formated time for Graphene (%Y-%m-%dT%H:%M:%S) Return type: str
-
graphenebase.transactions.getBlockParams(ws, use_head_block=False)¶ Auxiliary method to obtain
ref_block_numandref_block_prefix. Requires a websocket connection to a witness node!