@sodazone/ocelloids-client - v3.0.0
    Preparing search index...

    Type Alias HumanizedXcm

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

    Properties

    transactCalls: HumanizedTransactCall[]
    version?: string