Type Alias soroban_sdk::xdr::Uint64
pub type Uint64 = u64;
Expand description
Uint64 is an XDR Typedef defines as:
typedef unsigned hyper uint64;
pub type Uint64 = u64;
Uint64 is an XDR Typedef defines as:
typedef unsigned hyper uint64;