@arkade-os/sdk Documentation - v0.4.36
    Preparing search index...

    Class RestDelegateProvider

    REST-based delegate provider implementation.

    const provider = new RestDelegateProvider('https://delegate.example.com');
    const info = await provider.getDelegateInfo();
    await provider.delegate(intent, forfeitTxs);

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    url: string

    Base URL of the remote delegation service.

    Methods