MCPcopy Create free account
hub / github.com/argumentcomputer/ix / decode_address_array

Function decode_address_array

crates/ffi/src/lean_ixon/meta.rs:73–75  ·  view source on GitHub ↗

Decode Array Address.

(obj: LeanArray<LeanBorrowed<'_>>)

Source from the content-addressed store, hash-verified

71// =============================================================================
72
73/// Decode Array Address.
74fn decode_address_array(obj: LeanArray<LeanBorrowed<'_>>) -> Vec<Address> {
75 LeanIxAddress::decode_array(obj)
76}
77
78/// Build Array UInt64.

Callers 1

decodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected