TransferService

class TransferService(node: Node)

Transfer Service for handling transactions.

Author

Marcus Cvjeticanin

Since

0.3.0

Constructors

Link copied to clipboard
constructor(node: Node)

Functions

Link copied to clipboard
suspend fun makeTransaction(mixin: Long, fee: Double, paymentId: String, ourInputs: List<TxInputAndOwner>, destinations: List<GeneratedOutput>, extraData: String? = null)