polyswarmclient.fast.bountiesclient

Module Contents

polyswarmclient.fast.bountiesclient.logger[source]
polyswarmclient.fast.bountiesclient.DEFAULT_METADATA = {"malware_family": ""}[source]
class polyswarmclient.fast.bountiesclient.PostBountyTransactionRequest(client, guid, reward, artifact_uri, artifact_type, duration, metadata)[source]

Bases: polyswarmclient.fast.transaction.PolySwarmTransactionRequest

path[source]
class polyswarmclient.fast.bountiesclient.PostAssertionTransactionRequest(client, bounty_guid, bid, verdict, metadata)[source]

Bases: polyswarmclient.fast.transaction.PolySwarmTransactionRequest

path[source]
class polyswarmclient.fast.bountiesclient.PostVoteTransactionRequest(client, bounty_guid, vote)[source]

Bases: polyswarmclient.fast.transaction.PolySwarmTransactionRequest

path[source]
class polyswarmclient.fast.bountiesclient.BountiesClient(client)[source]

Bases: object