class Faker::Blockchain::Aeternity

def oracle

Returns:
  • (String) -
def oracle
  'ok_' + rand_strings(51)
end