Allow Wharfkit session to use send_transaction2 (push retry functionality)
params:
retry_trx: true
retry_trx_num_blocks: number
Currently using send_transaction
|
result.response = await context.client.v1.chain.send_transaction(signed) |
send_transaction2 included in EOSIO core library
https://github.com/greymass/eosio-core/blob/1de041c7824bfc472e23806eee5452182d711f1c/src/api/v1/chain.ts#L161
Allow Wharfkit session to use
send_transaction2(push retry functionality)params:
retry_trx: trueretry_trx_num_blocks: numberCurrently using
send_transactionsession/src/session.ts
Line 470 in 9e8512d
send_transaction2included in EOSIO core libraryhttps://github.com/greymass/eosio-core/blob/1de041c7824bfc472e23806eee5452182d711f1c/src/api/v1/chain.ts#L161