Hey there, is there an example on how to set the expire time for a transaction?
the first one
"metadata":{
"ingress_start":1658108506613893125,
"ingress_end":1658110306613893125
}
The ingress_end is 30 minutes later than the ingress_start. When I call the /construction/payloads
method, there are 30 payload in the returned result, But the expectation should be 2 payloads, I don’t understand why this endpoint returns a result with 30 payloads
the second
"metadata":{
"created_at_time":1658108506613893125
}
The result does not have a 24-hour validity period as stated in the documentation, and the signed transaction will soon expire.
I would like to know what is the correct way to set the expire time of a transaction, or an example would be better
Any help is greatly appreciated!!!