Smart Contract data to be registered

Export

RegisterSmartContractRequest

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

Properties

Properties

abi: string

ABI of the smart contract

Memberof

RegisterSmartContractRequest

contract_name?: string

Name of the smart contract

Memberof

RegisterSmartContractRequest