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

    Type Alias Output

    Output requested during settlement or transaction submission.

    type Output = {
        address: string;
        amount: bigint;
    }
    Index

    Properties

    Properties

    address: string

    Destination address, either onchain or Arkade (offchain).

    amount: bigint

    Amount to send in satoshis.