Search
Generates a new account
Signs some data with a private key
@spec new() :: %{ address: String.t(), auth_key: binary(), private_key: binary(), public_key: binary() }
@spec sign(any(), binary()) :: binary()