Builder

class Builder
Public key with type
Protobuf type TW.NEAR.Proto.PublicKey

Functions

Link copied to clipboard
The public key data
bytes data = 2;
Link copied to clipboard
Key type
uint32 key_type = 1;
Link copied to clipboard
open fun getData(): ByteString
The public key data
bytes data = 2;
Link copied to clipboard
open fun getKeyType(): Int
Key type
uint32 key_type = 1;
Link copied to clipboard
open fun setData(value: ByteString): NEAR.PublicKey.Builder
The public key data
bytes data = 2;
Link copied to clipboard
Key type
uint32 key_type = 1;