Interface CheckpointFunctions

Hierarchy

  • CheckpointFunctions

Properties

getAppCheckpointKeyFromIndex: ((index: number) => undefined | string)

Type declaration

    • (index: number): undefined | string
    • Returns SSC checkpoint key using application index, returns undefined if it doesn't exist

      Parameters

      • index: number

        Application index

      Returns undefined | string

getAppfromCPKey: ((key: string) => undefined | AppInfo)

Type declaration

    • (key: string): undefined | AppInfo
    • Queries a stateful smart contract info from checkpoint using key.

      Parameters

      • key: string

      Returns undefined | AppInfo

getAssetCheckpointKeyFromIndex: ((index: number) => undefined | string)

Type declaration

    • (index: number): undefined | string
    • Returns ASA checkpoint key using asset index, returns undefined if it doesn't exist

      Parameters

      • index: number

        Asset Index

      Returns undefined | string

getLatestTimestampValue: ((map: Map<number, AppInfo>) => number)

Type declaration

    • (map: Map<number, AppInfo>): number
    • Parameters

      Returns number

Generated using TypeDoc