Ton.KeyPair (ton v0.4.9)

Pair of public and secret keys used for wallet operations

Summary

Types

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

Functions

Link to this function

new(secret_key, public_key)

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