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

    Interface PaymentOption

    interface PaymentOption {
        railId: string;
        quote(): Promise<RouteQuote>;
    }
    Index

    Properties

    Methods

    Properties

    railId: string

    Methods

    • Lazy — resolves fee/amount + prepares execution only when called. The amount is fixed by the request, so this is no-arg.

      Returns Promise<RouteQuote>