Skip to main content

struct_entry

Function struct_entry 

Source
pub fn struct_entry(key: NeoByteString, value: NeoByteString) -> NeoValue
Expand description

Creates a NeoStruct entry with key and value fields.

This is useful for returning storage entries from contract methods.