Skip to content
module

neo3.api.helpers.signing

Signing functions for use with ChainFacade.invoke.

Classes
Functions
dataclass

neo3.api.helpers.signing.SigningDetails(network)

SigningDetails(network: int)

function

neo3.api.helpers.signing.sign_insecure_with_account(acc, password) → Callable

Sign and add a witness using the account and the provided account password.

function

neo3.api.helpers.signing.sign_insecure_with_multisig_account(acc, password) → 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
  • password () the password of the account to sign with
function

neo3.api.helpers.signing.sign_secure_with_account(acc, env_password_name) → Callable

Sign and add a witness using the account. The account password is read from the environment variables.