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

    Interface UtilaTransactionReferencedResources

    The two sibling maps a transaction response carries when fetched with includeReferencedResources, stored together in one column.

    resources keys on a resource name (assets/native.solana-mainnet) and is where utila_asset is upserted from; addresses keys on an infoRef and is what turns a transfer address into a wallet.

    interface UtilaTransactionReferencedResources {
        addresses?: Record<string, { wallet?: string; walletAddress?: string }>;
        resources?: Record<string, { asset?: UtilaReferencedAsset }>;
    }
    Index
    addresses?: Record<string, { wallet?: string; walletAddress?: string }>
    resources?: Record<string, { asset?: UtilaReferencedAsset }>