@aleph-sdk/monorepo
    Preparing search index...

    Type Alias Payment

    Payment solution

    chain: Blockchain to use receiver: Receiver address, should be usually the (streaming) reward address of the targeted node type: Payment type (hold, stream)

    type Payment = {
        chain: Blockchain;
        receiver?: string;
        type: PaymentType;
    }
    Index

    Properties

    Properties

    chain: Blockchain
    receiver?: string