TronConstantContract: {
    parameter: {
        type_url: string;
        value: {
            contract_address: string;
            data: string;
            owner_address: string;
        };
    };
    type: string;
}[]

Represents a Tron constant contract.

Generated using TypeDoc