solana/web3.js/src
Jon Cinque 00e198d169
feat: add borsh utilities and public key support (#17239)
* feat: add borsh utilities and public key support

* fix: make bn internal for flow

* fix: add Buffer import in borsh file
2021-05-18 19:33:06 +02:00
..
util feat: add borsh utilities and public key support (#17239) 2021-05-18 19:33:06 +02:00
account.ts feat: add Keypair class and deprecate Account (#17098) 2021-05-07 08:59:51 +00:00
agent-manager.ts chore: migrate to typescript 2021-03-17 10:26:00 +08:00
blockhash.ts chore: migrate to typescript 2021-03-17 10:26:00 +08:00
bpf-loader-deprecated.ts chore: migrate to typescript 2021-03-17 10:26:00 +08:00
bpf-loader.ts feat: add Keypair class and deprecate Account (#17098) 2021-05-07 08:59:51 +00:00
buffer-layout.d.ts chore: migrate to typescript 2021-03-17 10:26:00 +08:00
connection.ts feat: add Keypair class and deprecate Account (#17098) 2021-05-07 08:59:51 +00:00
fee-calculator.ts chore: migrate to typescript 2021-03-17 10:26:00 +08:00
index.ts feat: add borsh utilities and public key support (#17239) 2021-05-18 19:33:06 +02:00
instruction.ts chore: update doc comments (#16267) 2021-03-31 10:48:41 +00:00
keypair.ts feat: add Keypair class and deprecate Account (#17098) 2021-05-07 08:59:51 +00:00
layout.ts chore: migrate to typescript 2021-03-17 10:26:00 +08:00
loader.ts feat: add Keypair class and deprecate Account (#17098) 2021-05-07 08:59:51 +00:00
message.ts chore: update doc comments (#16267) 2021-03-31 10:48:41 +00:00
nonce-account.ts chore: migrate to typescript 2021-03-17 10:26:00 +08:00
publickey.ts feat: add borsh utilities and public key support (#17239) 2021-05-18 19:33:06 +02:00
secp256k1-program.ts chore: update doc comments (#16267) 2021-03-31 10:48:41 +00:00
stake-program.ts fix: optional stake lockup field parameters (#16943) 2021-04-29 22:04:33 +08:00
system-program.ts chore: update doc comments (#16267) 2021-03-31 10:48:41 +00:00
sysvar.ts chore: migrate to typescript 2021-03-17 10:26:00 +08:00
timing.ts chore: migrate to typescript 2021-03-17 10:26:00 +08:00
transaction.ts feat: add Keypair class and deprecate Account (#17098) 2021-05-07 08:59:51 +00:00
validator-info.ts chore: update doc comments (#16267) 2021-03-31 10:48:41 +00:00
vote-account.ts chore: migrate to typescript 2021-03-17 10:26:00 +08:00