Пример #1
0
def manifest_metadata() -> NeoMetadata:
    meta = NeoMetadata()
    meta.author = 'The Four Blessings of the Apocalypse (COZ)'
    meta.email = '*****@*****.**'
    meta.description = 'This smart contract represents one of the core resources for the game, stone.'
    meta.version = "v0.0.1"
    return meta
Пример #2
0
def manifest_metadata() -> NeoMetadata:
    meta = NeoMetadata()
    meta.author = 'The Four Blessings of the Apocalypse (COZ)'
    meta.email = '*****@*****.**'
    meta.description = ''
    meta.version = "v0.0.1"
    return meta