Skip to content

$TransactionPayment

const $TransactionPayment: object

Type declaration

description

readonly description: “Fields for a payment transaction.\n\nDefinition:\ndata/transactions/payment.go : PaymentTxnFields”

properties

readonly properties: object

properties.amount

readonly properties.amount: object

properties.amount.description

readonly properties.amount.description: ”\[amt\] number of MicroAlgos intended to be transferred.” = '\\[amt\\] number of MicroAlgos intended to be transferred.'

properties.amount.type

readonly properties.amount.type: "integer" = 'integer'

properties.close-amount

readonly properties.close-amount: object

properties.close-amount.description

readonly properties.close-amount.description: "Number of MicroAlgos that were sent to the close-remainder-to address when closing the sender account." = 'Number of MicroAlgos that were sent to the close-remainder-to address when closing the sender account.'

properties.close-amount.type

readonly properties.close-amount.type: "integer" = 'integer'

properties.close-remainder-to

readonly properties.close-remainder-to: object

properties.close-remainder-to.description

readonly properties.close-remainder-to.description: ”\[close\] when set, indicates that the sending account should be closed and all remaining funds be transferred to this address.” = '\\[close\\] when set, indicates that the sending account should be closed and all remaining funds be transferred to this address.'

properties.close-remainder-to.type

readonly properties.close-remainder-to.type: "string" = 'string'

properties.receiver

readonly properties.receiver: object

properties.receiver.description

readonly properties.receiver.description: ”\[rcv\] receiver’s address.” = "\\[rcv\\] receiver's address."

properties.receiver.type

readonly properties.receiver.type: "string" = 'string'

required

readonly required: readonly ["amount", "receiver"]

type

readonly type: "object" = 'object'

Defined in

schemas.gen.ts:1532