ao-js-sdk - v0.4.0
    Preparing search index...

    Interface IRedemptionClient

    Interface for the Redemption Client that provides functionality for managing redemptions and viewing redemption codes.

    interface IRedemptionClient {
        redeemCode(code: string): Promise<boolean>;
        viewRedeemedCodes(): Promise<ViewRedeemedCodesResponse>;
    }

    Implemented by

    Index

    Methods