Hierarchy

Implemented by

Properties

config: (() => Promise<ConfigResponse>)

Type declaration

contractAddress: string
getAllVamm: ((__namedParameters) => Promise<AllVammResponse>)

Type declaration

    • (__namedParameters): Promise<AllVammResponse>
    • Parameters

      • __namedParameters: {
            limit?: number;
        }
        • Optional limit?: number

      Returns Promise<AllVammResponse>

getAllVammStatus: ((__namedParameters) => Promise<AllVammStatusResponse>)

Type declaration

getOwner: (() => Promise<OwnerResponse>)

Type declaration

getVammStatus: ((__namedParameters) => Promise<VammStatusResponse>)

Type declaration

isVamm: ((__namedParameters) => Promise<VammResponse>)

Type declaration

    • (__namedParameters): Promise<VammResponse>
    • Parameters

      • __namedParameters: {
            vamm: string;
        }
        • vamm: string

      Returns Promise<VammResponse>

©2020 - 2023 Oraichain Foundation