polyswarmclient.fast.transaction

Module Contents

polyswarmclient.fast.transaction.logger[source]
class polyswarmclient.fast.transaction.PolySwarmTransactionRequest(client: Client, transaction: Transaction)[source]

Used to verify and post groups of transactions that make up a specific action.

For instance, when approving some funds to move, and calling a contract function that will consumer them.

path[source]

Get the path of the route to build this transaction

Returns

Polyswarmd path to get the transaction data

Return type

str

sign_transaction(self)[source]

Signs a transaction

Returns

SignedTransaction