CollateralVoting¶
CollateralVoting¶
- class CollateralVoting(**kwargs)¶
Implements the collateralvoting api endpoints.
- schedulevote_kickfedmember(pubkey_hex: str | hexstr | PubKey, collateral_amount_satoshis: int, collateral_mainchain_address: Address | str, **kwargs) None ¶
Schedule a vote to kick an existing federation member.
- Parameters:
- Returns:
None
- Raises:
APIError – Error thrown by node API. See message for details.