Nodes¶
StraxNode¶
-
class
StraxNode
(ipaddress: str = http://localhost, network: Union[StraxMain, StraxTest, StraxRegTest] = StraxMain())¶ A Strax Node.
-
coldstaking
¶ The coldstaking route.
Returns: A ColdStaking instance. Return type: ColdStaking
-
diagnostic
¶ The diagnostic route.
Returns: A Diagnostic instance. Return type: Diagnostic
-
externalapi
¶ The externalapi route.
Returns: A ExternalAPI instance. Return type: ExternalAPI
-
CirrusNode¶
-
class
CirrusNode
(ipaddress: str = http://localhost, network: Union[CirrusMain, CirrusTest, CirrusRegTest] = CirrusMain())¶ A Cirrus Node.
-
collateral
¶ The collateral route.
Returns: A Collateral instance. Return type: Collateral
-
contract_swagger
¶ The contract_swagger route.
Returns: A ContractSwagger instance. Return type: ContractSwagger
-
diagnostic
¶ The diagnostic route.
Returns: A Diagnostic instance. Return type: Diagnostic
-
dynamic_contract
¶ The dynamic contract route.
Returns: A DynamicContract instance. Return type: DynamicContract
-
federation
¶ The federation route.
Returns: A Federation instance. Return type: Federation
-
smart_contract_wallet
¶ The smartcontractwallet route.
Returns: A SmartContractWallet instance. Return type: SmartContractWallet
-
smart_contracts
¶ The smartcontracts route.
Returns: A SmartContracts instance. Return type: SmartContracts
-
InterfluxStraxNode¶
-
class
InterfluxStraxNode
(ipaddress: str = http://localhost, network: Union[StraxMain, StraxTest, StraxRegTest] = StraxMain())¶ A Interflux Strax Node.
-
collateral
¶ The collateral route.
Returns: A Collateral instance. Return type: Collateral
-
collateral_voting
¶ The collateralvoting route.
Returns: A CollateralVoting instance. Return type: CollateralVoting
-
federation_gateway
¶ The federationgateway route.
Returns: A FederationGateway instance. Return type: FederationGateway
-
federation_wallet
¶ The federationwallet route.
Returns: A FederationWallet instance. Return type: FederationWallet
-
notifications
¶ The notifications route.
Returns: A Notificiations instance. Return type: Notifications
-
InterfluxCirrusNode¶
-
class
InterfluxCirrusNode
(ipaddress: str = http://localhost, network: Union[CirrusMain, CirrusTest, CirrusRegTest] = CirrusMain())¶ An Interflux Cirrus node.
-
collateral
¶ The collateral route.
Returns: A Collateral instance. Return type: Collateral
-
collateral_voting
¶ The collateralvoting route.
Returns: A CollateralVoting instance. Return type: CollateralVoting
-
contract_swagger
¶ The contract_swagger route.
Returns: A ContractSwagger instance. Return type: ContractSwagger
-
dynamic_contract
¶ The dynamic contract route.
Returns: A DynamicContract instance. Return type: DynamicContract
-
externalapi
¶ The externalapi route.
Returns: A ExternalAPI instance. Return type: ExternalAPI
-
federation
¶ The federation route.
Returns: A Federation instance. Return type: Federation
-
federation_gateway
¶ The federationgateway route.
Returns: A FederationGateway instance. Return type: FederationGateway
-
federation_wallet
¶ The federationwallet route.
Returns: A FederationWallet instance. Return type: FederationWallet
-
notifications
¶ The notifications route.
Returns: A Notifications instance. Return type: Notifications
-
smart_contract_wallet
¶ The smartcontractwallet route.
Returns: A SmartContractWallet instance. Return type: SmartContractWallet
-
smart_contracts
¶ The smartcontracts route.
Returns: A SmartContracts instance. Return type: SmartContracts
-