toggle menu
Kaptos
0.1.2-beta
common
switch theme
search in API
Kaptos
/
xyz.mcxross.kaptos.model
/
TransactionEd25519Signature
Transaction
Ed25519Signature
@
Serializable
data
class
TransactionEd25519Signature
(
val
type
:
String
,
val
public_key
:
String
,
val
signature
:
String
)
:
TransactionSignature
Members
Constructors
Transaction
Ed25519Signature
Link copied to clipboard
constructor
(
type
:
String
,
public_key
:
String
,
signature
:
String
)
Properties
public_key
Link copied to clipboard
val
public_key
:
String
signature
Link copied to clipboard
val
signature
:
String
type
Link copied to clipboard
val
type
:
String