orb.cli.chain module¶
- orb.cli.chain.balance(pubkey: str | None = <typer.models.ArgumentInfo object>)¶
Get on-chain balance.
- orb.cli.chain.deposit(pubkey: str | None = <typer.models.ArgumentInfo object>)¶
Get an on-chain address to deposit BTC.
- orb.cli.chain.fees()¶
Get mempool chain fees. Currently these are the fees from mempool.space
- orb.cli.chain.send(address: str = <typer.models.ArgumentInfo object>, satoshi: str = <typer.models.ArgumentInfo object>, sat_per_vbyte: int = <typer.models.ArgumentInfo object>, pubkey: str | None = <typer.models.ArgumentInfo object>)¶
Send coins on-chain.