TransactionOptions interface

用于自定义交易行为的选项。

签名

export declare interface TransactionOptions 

属性

属性 类型 说明
maxAttempts 数字 尝试提交的次数上限,超过此次数后事务将失败。默认值为 5。

TransactionOptions.maxAttempts

尝试提交的次数上限,超过此次数后事务将失败。默认值为 5。

签名

readonly maxAttempts?: number;