Preparing search index...
The search index is not available
@aptos-labs/ts-sdk - v1.38.0
@aptos-labs/ts-sdk
TransactionSecp256k1Signature
Type Alias TransactionSecp256k1Signature
TransactionSecp256k1Signature
:
{
public_key
:
string
;
signature
:
"secp256k1_ecdsa_signature"
;
type
:
string
;
}
The structure for a Secp256k1 signature in a transaction.
Type declaration
public_key
:
string
signature
:
"secp256k1_ecdsa_signature"
type
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@aptos-labs/ts-sdk - v1.38.0
Loading...
The structure for a Secp256k1 signature in a transaction.