Initial commit

This commit is contained in:
fekt
2022-06-30 01:53:12 -04:00
commit 0131016214
703 changed files with 33394 additions and 0 deletions

9
docs/-twig/plant.md Normal file
View File

@@ -0,0 +1,9 @@
[zcash-android-wallet-sdk](../../index.md) / [cash.z.ecc.android.sdk.ext](../index.md) / [Twig](index.md) / [plant](./plant.md)
# plant
`fun plant(rootTwig: `[`Twig`](index.md)`): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)
Plants the twig, making it the one and only bush. Twigs can be bundled together to create the appearance of
multiple bushes (i.e `Twig.plant(twigA + twigB + twigC)`) even though there's only ever one bush.