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