NodeControls

data class NodeControls(val type: String? = null, val tag: String? = null)

Created by Fireblocks Ltd. on 12/11/2024. 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.

Parameters

type

The type of the node control. Possible values are NODE_ROUTER and MEV NODE_ROUTER - used for transaction routing to a custom node MEV - used for transaction routing to a MEV protection provider

tag

The tag of the node control. Required only when the type is NODE_ROUTER

Constructors

Link copied to clipboard
constructor(type: String? = null, tag: String? = null)

Properties

Link copied to clipboard
val tag: String? = null
Link copied to clipboard
val type: String? = null