Ton.KeyPair (ton v0.5.1)

Pair of public and secret keys used for wallet operations

Summary

Types

t()

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

Functions

new(secret_key, public_key)

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