class Faker::Blockchain::Aeternity

def address

Returns:
  • (String) -
def address
  "ak_#{rand_strings}"
end