Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang committed Jan 14, 2021
1 parent 48ce600 commit de0ce45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nep-15.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The <code>name</code> is the name of the contract, which can be any valid identi

The <code>groups</code> field is an array of <code>Group</code> objects which represent a set of mutually trusted contracts. A contract will trust and allow any contract in the same group to invoke it, and the user interface will not give any warnings.

The <code>supportedstandards</code> field describes the [[obsolete/nep-1.mediawiki|NEP-10]] values.
The <code>supportedstandards</code> field describes the [[obsolete/nep-10.mediawiki|NEP-10]] values.

The <code>abi</code> field describes which methods and events are included in the contract and how other contracts interact with them. For technical details of ABI, please refer to [https://github.com/neo-project/proposals/pull/119 NEP-14: NeoContract ABI].

Expand Down

0 comments on commit de0ce45

Please sign in to comment.