NearApi.PublicKey (near_api v0.1.6)

NEAR Action.

Link to this section Summary

Types

t()

Type of the public key struct

Functions

Encodes objects according to the schema into the bytestring

Link to this section Types

Specs

t() :: %NearApi.PublicKey{data: String.t(), key_type: integer()}

Type of the public key struct

Link to this section Functions

Link to this function

borsh_encode(obj)

Specs

borsh_encode(obj :: keyword()) :: bitstring()

Encodes objects according to the schema into the bytestring

Link to this function

from_string(encoded_key)