Skip to main content

Uint64

Type Alias Uint64 

Source
pub type Uint64 = String;
Expand description

Unsigned 64-bit integer encoded as a decimal string on the wire.

Aliased Typeยง

pub struct Uint64 { /* private fields */ }