nectargraphenebase.prefix module

class nectargraphenebase.prefix.Prefix

Bases: object

This class is meant to allow changing the prefix. The prefix is used to link a public key to a specific blockchain.

prefix: str = 'STM'
set_prefix(prefix: str | None) None