$TransactionPayment
const$TransactionPayment:object
Type declaration
description
readonlydescription: “Fields for a payment transaction.\n\nDefinition:\ndata/transactions/payment.go : PaymentTxnFields”
properties
readonlyproperties:object
properties.amount
readonlyproperties.amount:object
properties.amount.description
readonlyproperties.amount.description: ”\[amt\] number of MicroAlgos intended to be transferred.” ='\\[amt\\] number of MicroAlgos intended to be transferred.'
properties.amount.type
readonlyproperties.amount.type:"integer"='integer'
properties.close-amount
readonlyproperties.close-amount:object
properties.close-amount.description
readonlyproperties.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
readonlyproperties.close-amount.type:"integer"='integer'
properties.close-remainder-to
readonlyproperties.close-remainder-to:object
properties.close-remainder-to.description
readonlyproperties.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
readonlyproperties.close-remainder-to.type:"string"='string'
properties.receiver
readonlyproperties.receiver:object
properties.receiver.description
readonlyproperties.receiver.description: ”\[rcv\] receiver’s address.” ="\\[rcv\\] receiver's address."
properties.receiver.type
readonlyproperties.receiver.type:"string"='string'
required
readonlyrequired: readonly ["amount","receiver"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:1532