axelar-cgp-sui

Module 0x1::address

Provides a way to get address length since it’s a platform-specific parameter.

Function length

Should be converted to a native function. Current implementation only works for Sui.

public fun length(): u64
Implementation
public fun length(): u64 {
    32
}