info(_:)
Returns the value of key, or nil if the key is unauthored.
Declaration
func info(_ key: USDToken) -> USDValue?Parameters
- key:
The info key to look up.
Return Value
The authored value, or nil if unauthored.
Returns the value of key, or nil if the key is unauthored.
func info(_ key: USDToken) -> USDValue?The info key to look up.
The authored value, or nil if unauthored.