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
This commit is contained in:
		| @@ -52,6 +52,7 @@ function generateConfig(configType, format) { | ||||
|     config.external = [ | ||||
|       /@babel\/runtime/, | ||||
|       'bn.js', | ||||
|       'borsh', | ||||
|       'bs58', | ||||
|       'buffer-layout', | ||||
|       'crypto-hash', | ||||
| @@ -81,6 +82,7 @@ function generateConfig(configType, format) { | ||||
|           config.external = [ | ||||
|             /@babel\/runtime/, | ||||
|             'bn.js', | ||||
|             'borsh', | ||||
|             'bs58', | ||||
|             'buffer', | ||||
|             'buffer-layout', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user