@sodazone/ocelloids-client - v2.5.2
    Preparing search index...

    Type Alias HumanizedXcm

    type HumanizedXcm = {
        assets: XcmAsset[];
        from: HumanizedAddresses;
        to: HumanizedAddresses;
        transactCalls: HumanizedTransactCall[];
        type: XcmJourneyType;
        version?: string;
    }
    Index

    Properties

    assets: XcmAsset[]
    transactCalls: HumanizedTransactCall[]
    version?: string