@aptos-labs/ts-sdk - v3.1.1
Preparing search index...
TransactionSingleSenderSignature
Type Alias TransactionSingleSenderSignature
The structure for a multi-signature transaction using Ed25519.
type
TransactionSingleSenderSignature
=
{
public_key
:
{
type
:
string
;
value
:
string
}
;
signature
:
{
type
:
string
;
value
:
string
}
;
type
:
"single_sender"
;
}
Index
Properties
public_
key
signature
type
Properties
public_
key
public_key
:
{
type
:
string
;
value
:
string
}
signature
signature
:
{
type
:
string
;
value
:
string
}
type
type
:
"single_sender"
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 multi-signature transaction using Ed25519.