Skip to content

BondStatus

ratranqu edited this page Apr 26, 2021 · 2 revisions

BondStatus

public enum BondStatus: Int, Codable 

Inheritance

Codable, Int

Enumeration Cases

unbonded

case unbonded = 0x00

unbonding

case unbonding = 0x01

bonded

case bonded = 0x02
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Extensions
Clone this wiki locally