GetPendingTransactionsByAddressData
GetPendingTransactionsByAddressData:
object
Type declaration
address
address:
string
An account public key
format?
optionalformat:"json"|"msgpack"
Configures whether the response object is JSON or MessagePack encoded. If not provided, defaults to JSON.
max?
optionalmax:number
Truncated number of transactions to display. If max=0, returns all pending txns.
Defined in
types.gen.ts:1458