StakeLinkingStatus
The status of the stake linking
enum StakeLinkingStatus {
STATUS_PENDING
STATUS_ACCEPTED
STATUS_REJECTED
}
Values
StakeLinkingStatus.STATUS_PENDING
The stake linking is pending in the Vega network. This means that the Vega network have seen a stake linking, but is still to confirm it's valid on the ethereum chain and accepted by all nodes of the network
StakeLinkingStatus.STATUS_ACCEPTED
The stake linking has been accepted and processed fully (balance updated) by the network
StakeLinkingStatus.STATUS_REJECTED
The Vega network has rejected this stake linking
Member of
StakeLinking
object