Library Importing
https://github.com/phantasma-io/phantasmaphoenix-gitbook/blob/main/developers/compiler/basics/broken-reference/README.md
Example
contract test {
import NFT;
public sum(a:number, b:number):number
{
return a + b;
}
}Last updated