pub struct NodeControls {
pub type: Option<Type>,
pub tag: Option<String>,
}
Expand description
NodeControls : Configure special node requirements. For routing
transactions to a custom node please set the type
to NODE_ROUTER
and the
tag
to the pre-configured tag value. For MEV protection, set only the
type
property to MEV
(tag
is not required at this stage) * Note: This
is a premium feature that should be enabled in your workspace. Please
contract your Customer Success Manager/Fireblocks Support for more info.
Fields§
§type: Option<Type>
NODE_ROUTER
- used for transaction routing to a custom node MEV
-
used for transaction routing to a MEV protection provider
tag: Option<String>
Should be used when type is NODE_ROUTER
only
Implementations§
Source§impl NodeControls
impl NodeControls
Sourcepub fn new() -> NodeControls
pub fn new() -> NodeControls
Configure special node requirements. For routing transactions to a
custom node please set the type
to NODE_ROUTER
and the tag
to the
pre-configured tag value. For MEV protection, set only the type
property to MEV
(tag
is not required at this stage) * Note: This is
a premium feature that should be enabled in your workspace. Please
contract your Customer Success Manager/Fireblocks Support for more info.
Trait Implementations§
Source§impl Clone for NodeControls
impl Clone for NodeControls
Source§fn clone(&self) -> NodeControls
fn clone(&self) -> NodeControls
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more