neo-one
neo-one copied to clipboard
It would be great if there was a readonly DEAD_WALLET variable.
Description
It would be great if there was a readonly DEAD_WALLET variable.
Steps to Reproduce
If there was a DEAD_WALLET variable, we could use it as null Address. For now, I just can use Address.from("NKuyBkoGdZZSLyPbJEetheRhMjeznFZszf").
Maybe defining like this?
export interface AddressConstructor { readonly DEAD_WALLET: Address; }
Would this be for smart contracts? It would probably make more sense to have a RANDOM_ADDRESS
API since every NEO•ONE user could potentially be using this API.