feat: expose ERC20 token originalAmount field

This commit is contained in:
Michael Vines
2018-10-18 08:27:03 -07:00
parent b66ca1a84d
commit a9fc62d891
3 changed files with 38 additions and 8 deletions

View File

@@ -114,6 +114,7 @@ declare module '@solana/web3.js' {
owner: PublicKey;
amount: TokenAmount;
source: null | PublicKey;
originalAmount: TokenAmount;
|}
declare type TokenAndPublicKey = [Token, PublicKey];