verify

Verify a SignedContract from a list public keys

  1. bool verify(const(SecureNet) net, const(SignedContract*) signed_contract, const(Pubkey[]) owners)
    @safe nothrow
    bool
    verify
    (
    const(SecureNet) net
    ,,
    const(Pubkey[]) owners
    )
  2. bool verify(const(SecureNet) net, const(SignedContract*) signed_contract, const(Document[]) inputs)