Skip to content

adamant-api / index / PossiblySignedTransaction

Type Alias: PossiblySignedTransaction

ts
type PossiblySignedTransaction = SomeTransaction & {
  signature?: string;
};

Defined in: src/helpers/transactions/hash.ts:81

Type Declaration

signature?

ts
optional signature?: string;

Released under the GPL-3.0 License.