difftreelog
fix make submitTransactionAsync deprecated
in: master
1 file changed
tests/src/substrate/substrate-api.tsdiffbeforeafterboth150 });150 });151}151}152152153/**154 * @deprecated use `executeTransaction` instead155 */153export function156export function154submitTransactionAsync(sender: IKeyringPair, transaction: SubmittableExtrinsic<ApiTypes>): Promise<EventRecord[]> {157submitTransactionAsync(sender: IKeyringPair, transaction: SubmittableExtrinsic<ApiTypes>): Promise<EventRecord[]> {155 /* eslint no-async-promise-executor: "off" */158 /* eslint no-async-promise-executor: "off" */