Ton.KeyPair (ton v0.2.0)

Pair of public and secret keys used for wallet operations

Link to this section Summary

Link to this section Types

@type t() :: %Ton.KeyPair{public_key: binary(), secret_key: binary()}

Link to this section Functions

Link to this function

new(secret_key, public_key)

@spec new(binary(), binary()) :: t()