graph-tooling
graph-tooling copied to clipboard
Add conversion from BigInt to Address
The expected signature:
declare namespace typeConversion {
function bigIntToAddress(n: Uint8Array): Address
}
class BigInt extends Uint8Array {
toAddress(): Address
}
This will require a host-exported typeConversion.bigIntToAddress function in graph-node.