adamant-api / index / SignedTransaction
Type Alias: SignedTransaction
ts
type SignedTransaction = SomeTransaction & {
signature: string;
};Defined in: src/helpers/transactions/hash.ts:85
Type Declaration
signature
ts
signature: string;