Smart Contract data to be updated

Export

UpdateSmartContractRequest

interface UpdateSmartContractRequest {
    abi?: string;
    contract_name?: string;
}

Properties

Properties

abi?: string

ABI of the smart contract

Memberof

UpdateSmartContractRequest

contract_name?: string

Name of the smart contract

Memberof

UpdateSmartContractRequest