@cfxlabsinc/b2b-services
    Preparing search index...

    Interface UtilaTransactionAddress

    An address as a transfer carries it. infoRef is the key into referencedAddressesInfo, which is what resolves an address to the vaults/{v}/wallets/{w} this schema stores decomposed (§ 3.7).

    interface UtilaTransactionAddress {
        infoRef?: string;
        value?: string;
    }
    Index
    infoRef?: string
    value?: string