zcash-android-wallet-sdk / cash.z.wallet.sdk.transaction / OutboundTransactionManager / submit

submit

abstract suspend fun submit(pendingTx: PendingTransaction): PendingTransaction

Submits the transaction represented by pendingTx to lightwalletd to broadcast to the network and, hopefully, include in the next block.

Parameters

pendingTx - the transaction information containing the raw bytes that will be submitted to lightwalletd.

Return
the resulting pending transaction whose ID can be used to monitor for changes.