Signer

Interface
Signer is the description of an Address and WitnessScope that "signs" a transaction.
export interface Signer { 
  readonly account: AddressString; 
  readonly scopes: WitnessScope; 
  readonly allowedContracts?: readonly AddressString[]; 
  readonly allowedGroups?: readonly PublicKeyString[]; 
} 

Properties

account
Hash160 Address of the Signer.
scopes
Scope of the witness.
allowedContracts
readonly AddressString[]
Array of contracts this address can verify;.
allowedGroups
readonly PublicKeyString[]
Array of contract groups that this address can verify.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE