zcash-android-wallet-sdk / cash.z.wallet.sdk.block / CompactBlockStore / write

write

abstract suspend fun write(result: List<<ERROR CLASS>>): Unit

Write the given blocks to this store, which may be anything from an in-memory cache to a DB.

Parameters

result - the list of compact blocks to persist.