module
neo3.api.helpers.signing
Signing functions for use with ChainFacade.invoke.
Classes
SigningDetails— SigningDetails(network: int)
Functions
no_signing()(Callable) — Dummy signing function to use with test invocations.sign_with_account(acc)(Callable) — Sign and add a witness using the account and the provided account password.sign_with_multisig_account(acc)(Callable) — Sign and add a multi-signature witness.
dataclass
neo3.api.helpers.signing.SigningDetails(network)
SigningDetails(network: int)
function
neo3.api.helpers.signing.no_signing() → Callable
Dummy signing function to use with test invocations.
function
neo3.api.helpers.signing.sign_with_account(acc) → Callable
Sign and add a witness using the account and the provided account password.
function
neo3.api.helpers.signing.sign_with_multisig_account(acc) → Callable
Sign and add a multi-signature witness.
This only works for a 1 out of n multi-signature account.
Parameters
acc() — a multi-signature account