Interface: ProcedureOpts
api/procedures/types.ProcedureOpts
Properties
mortality
• Optional
mortality: MortalityProcedureOpt
This option allows for transactions that never expire, aka "immortal". By default, a transaction is only valid for approximately 5 minutes (250 blocks) after its construction. Allows for transaction construction to be decoupled from its submission, such as requiring manual approval for the signing or providing "at least once" guarantees.
More information can be found here. Note the Polymesh chain will never reap Accounts, so the risk of a replay attack is mitigated.