interface ContractDetails {
    contractId: string;
    privateKey: string;
}

Properties

contractId: string

The ID of the contract to use

privateKey: string

A string of the private key in PKCS1 format