@aptos-labs/ts-sdk - v3.1.1
Preparing search index...
TransactionSecp256k1Signature
Type Alias TransactionSecp256k1Signature
The structure for a Secp256k1 signature in a transaction.
type
TransactionSecp256k1Signature
=
{
public_key
:
string
;
signature
:
"secp256k1_ecdsa_signature"
;
type
:
string
;
}
Index
Properties
public_
key
signature
type
Properties
public_
key
public_key
:
string
signature
signature
:
"secp256k1_ecdsa_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 structure for a Secp256k1 signature in a transaction.