interface BytecodeRequest {
    chain: string;
    contract: string;
}

Properties

Properties

chain: string
contract: string

Generated using TypeDoc