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

    Interface PaymentRequest

    A payment request: the raw target plus an optional explicit amount. Rails self-extract their target from raw (bare address/invoice or a BIP21 URI); amount supplements or overrides any amount encoded in raw.

    interface PaymentRequest {
        amount?: number;
        raw: string;
    }
    Index

    Properties

    Properties

    amount?: number

    Explicit sats; supplements/overrides any amount encoded in raw.

    raw: string

    Raw target: bare address/invoice, or a BIP21 URI.