set_need_confirm_before_send_transaction
方法定义
def set_need_confirm_before_send_transaction(self, need_confirm: bool = True) -> None参数说明
参数
类型
说明
返回值
示例代码
# 开启发送交易前的确认
account.set_need_confirm_before_send_transaction(True)
# 关闭发送交易前的确认
account.set_need_confirm_before_send_transaction(False)最后更新于