SignatureCheck: {
    derivationPaths: AccountKeyDerivationPath[];
    requiresForeignSignatures: boolean;
}

Return type of functions that inspect transaction parts for signatures

Type declaration

  • derivationPaths: AccountKeyDerivationPath[]

    Signature derivation paths

  • requiresForeignSignatures: boolean

    Whether foreign signatures (not owned by wallet) are needed

Generated using TypeDoc