Skip to content

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;

Released under the GPL-3.0 License.