Fields for a payment transaction. Definition: data/transactions/payment.go : PaymentTxnFields

Implements

Constructors

  • Creates a new TransactionPayment object.

    Parameters

    • __namedParameters: {
          amount: number | bigint;
          closeAmount?: number | bigint;
          closeRemainderTo?: string;
          receiver: string;
      }
      • amount: number | bigint
      • Optional closeAmount?: number | bigint
      • Optional closeRemainderTo?: string
      • receiver: string

    Returns TransactionPayment

Properties

amount: bigint

(amt) number of MicroAlgos intended to be transferred.

closeAmount?: bigint

Number of MicroAlgos that were sent to the close-remainder-to address when closing the sender account.

closeRemainderTo?: string

(close) when set, indicates that the sending account should be closed and all remaining funds be transferred to this address.

receiver: string

(rcv) receiver's address.

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc