@aptos-labs/ts-sdk - v3.1.1
Preparing search index...
TransactionEd25519Signature
Type Alias TransactionEd25519Signature
The signature for a transaction using the Ed25519 algorithm.
type
TransactionEd25519Signature
=
{
public_key
:
string
;
signature
:
"ed25519_signature"
;
type
:
string
;
}
Index
Properties
public_
key
signature
type
Properties
public_
key
public_key
:
string
signature
signature
:
"ed25519_signature"
type
type
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
public_
key
signature
type
@aptos-labs/ts-sdk - v3.1.1
Loading...
The signature for a transaction using the Ed25519 algorithm.