Rcp Sync Params
data class RcpSyncParams( val startScriptCount: ULong, val startTime: <Error class: unknown class>, val forceStartTime: Boolean, val pollRateSec: ULong)
Content copied to clipboard
Sync parameters for Bitcoin Core RPC.
In general, BDK tries to sync scriptPubKey
s cached in Database
with scriptPubKey
s imported in the Bitcoin Core Wallet. These parameters are used for determining how the importdescriptors
RPC calls are to be made.
Constructors
Link copied to clipboard
fun RcpSyncParams( startScriptCount: ULong, startTime: <Error class: unknown class>, forceStartTime: Boolean, pollRateSec: ULong)
Content copied to clipboard