nimiq/transaction/network_id

Types

pub type NetworkId {
  TestAlbatross
  UnitAlbatross
  MainAlbatross
}

Constructors

  • TestAlbatross
  • UnitAlbatross
  • MainAlbatross

Values

pub fn from_int(value: Int) -> Result(NetworkId, String)
pub fn to_int(network_id: NetworkId) -> Int
Search Document
OSZAR »