UNPKG
movement-sdk
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
Movement SDK
docs.movementlabs.xyz
movemntdev/movement-subnet
movement-sdk
/
src
/
generated
/
models
/
TransactionSignature_Ed25519Signature.ts
11 lines
(7 loc)
•
228 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import
type
{
Ed25519Signature
}
from
'./Ed25519Signature'
;
export
type
TransactionSignature
_Ed25519Signature = ({
type
:
string
; } &
Ed25519Signature
);