Libticketto
    Preparing search index...

    Interface ClientAccountProvider

    interface ClientAccountProvider {
        getAccountId: Get<string>;
        sign<S>(payload: S): Promise<Uint8Array<ArrayBufferLike>>;
    }
    Index

    Properties

    Methods

    Properties

    getAccountId: Get<string>

    Methods

    • Type Parameters

      • S

      Parameters

      • payload: S

      Returns Promise<Uint8Array<ArrayBufferLike>>