ContractPropertyGroup

Interface
Object that defines a contract group for use in deployment. See the Deployment chapter of the main guide for more information.
export interface ContractPropertyGroup { 
  readonly publicKey: string; 
  readonly signature: string; 
} 

Properties

publicKey
string
The public key of the group.
signature
string
The signature of the contract hash.