WoT classes :

class ucoinpy.api.bma.wot.__init__.Add(connection_handler, module='wot')

POST Public key data.

__post__(**kwargs)

POST Public key data.

Parameters:kwargs
class ucoinpy.api.bma.wot.__init__.CertifiedBy(connection_handler, search, module='wot')

GET Certification data from a member.

__get__(**kwargs)

GET Certification data from a member.

Parameters:kwargs
__init__(connection_handler, search, module='wot')

Constructor

Parameters:
  • connection_handler – The connection handler.
  • search
  • module (str) – (Default value = wot)
class ucoinpy.api.bma.wot.__init__.CertifiersOf(connection_handler, search, module='wot')

GET Certification data over a member.

__get__(**kwargs)

GET Certification data over a member.

Parameters:kwargs
__init__(connection_handler, search, module='wot')

Constructor

Parameters:
  • connection_handler – The connection handler.
  • search
  • module (str) – (Default value = wot)
class ucoinpy.api.bma.wot.__init__.Lookup(connection_handler, search, module='wot')

GET Public key data.

__get__(**kwargs)

GET Public key data.

Parameters:kwargs
__init__(connection_handler, search, module='wot')

Constructor

Parameters:
  • connection_handler – The connection handler.
  • search
  • module (str) – (Default value = wot)
class ucoinpy.api.bma.wot.__init__.Members(connection_handler, module='wot')

GET the List of all current members of the Web of Trust.

__get__(**kwargs)

GET the List of all current members of the Web of Trust.

Parameters:kwargs
__init__(connection_handler, module='wot')

Constructor

Parameters:
  • connection_handler – The connection handler.
  • module (str) – (Default value = wot)
class ucoinpy.api.bma.wot.__init__.Revoke(connection_handler, module='wot')

POST Public key data.

__post__(**kwargs)

POST Public key data.

Parameters:kwargs
class ucoinpy.api.bma.wot.__init__.WOT(connection_handler, module='wot')

Class relative to the Web of Trust.

__init__(connection_handler, module='wot')

Constructor

Parameters:
  • connection_handler – The connection handler.
  • module (str) – (Default value = wot)