Type Alias soroban_sdk::xdr::Uint32
source ยท pub type Uint32 = u32;
Expand description
Uint32 is an XDR Typedef defines as:
typedef unsigned int uint32;
pub type Uint32 = u32;
Uint32 is an XDR Typedef defines as:
typedef unsigned int uint32;