universalAddressItem: {
    binary: "bytes";
    custom: {
        from: ((val) => Uint8Array);
        to: ((val) => UniversalAddress);
    };
    size: 32;
} = ...

Type declaration

Generated using TypeDoc