Skip to main content

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 Iota.

public fun length(): u64

Implementation

public fun length(): u64 { 32 }