Witness
Read data about a witness
from piston.witness import Witness
Witness("chainsquad.com")
-
class
piston.witness.
Witness
(witness, steem_instance=None, lazy=False)
Read data about a witness in the chain
Parameters: |
- account_name (str) – Name of the witness
- steem_instance (Steem) – Steem() instance to use when accesing a RPC
- lazy (bool) – Use lazy loading
|