aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Type Alias ServiceCoinDataV2

    ServiceCoinDataV2:
        | "Gas"
        | { Input: number }
        | { Result: number }
        | { NestedResult: [number, number] }

    Legacy type representing a coin reference in the Move environment, using older transaction output indexing structures.

    Type Declaration

    • "Gas"
    • { Input: number }
      • Input: number

        Transaction input index that supplies the coin argument.

    • { Result: number }
      • Result: number

        Transaction result index that supplies the coin argument.

    • { NestedResult: [number, number] }
      • NestedResult: [number, number]

        Nested transaction result as [commandIndex, resultIndex].