Address

MethodReturn typeDescription

Address.isNull(target:Address)

Bool

Returns true if the address is null, false otherwise.

Address.isUser(target:Address)

Bool

Returns true if the address is a user, false otherwise.

Address.isSystem(target:Address)

Bool

Returns true if the address is a System address, false otherwise.

Address.isInterop(target:Address)

Bool

Returns true if the address is an Internal Operation, false otherwise.

Last updated