solana/web3.js/src
Steven Luscher 1064bcbf72
fix: correct return type of getFeeForMessage (#30004)
* fix: correct return type of getFeeForMessage

* chore: get rid of useless typecast
2023-01-31 07:10:38 +00:00
..
__forks__
message chore: replace casts with not-null assertions (#27883) 2022-11-28 23:26:08 -08:00
programs
transaction fix: correct return type of getFeeForMessage (#30004) 2023-01-31 07:10:38 +00:00
utils docs: make the comments on using the new confirmTransaction clearer (#29251) 2022-12-19 12:23:38 -08:00
account-data.ts
account.ts chore: remove redundant 'Buffer' from 'Account' class (#27865) 2022-11-28 23:42:58 -08:00
blockhash.ts
bpf-loader-deprecated.ts
bpf-loader.ts
connection.ts fix: correct return type of getFeeForMessage (#30004) 2023-01-31 07:10:38 +00:00
epoch-schedule.ts feat: you can now abort transaction confirmations in web3.js (#29057) 2022-12-02 16:36:09 -08:00
errors.ts
fee-calculator.ts
fetch-impl.ts
index.ts
instruction.ts
keypair.ts
layout.ts
loader.ts
nonce-account.ts feat: a nonce-based transaction confirmation strategy for web3.js (#25839) 2022-11-28 22:46:27 -08:00
publickey.ts fix: make toBytes actually return the type it's typehint claims (#29313) 2022-12-19 22:43:53 -08:00
sysvar.ts
timing.ts
validator-info.ts
vote-account.ts