CollateralVoting¶
CollateralVoting¶
-
class
CollateralVoting
(**kwargs)¶ Implements the collateralvoting api endpoints.
-
schedulevote_kickfedmember
(pubkey_hex: Union[str, pystratis.core.types.hexstr.hexstr, pystratis.core.pubkey.PubKey], collateral_amount_satoshis: int, collateral_mainchain_address: Union[pystratis.core.types.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.
-