data copy implemented as a native contract.
| 467 | |
| 468 | // data copy implemented as a native contract. |
| 469 | type dataCopy struct{} |
| 470 | |
| 471 | // RequiredGas returns the gas required to execute the pre-compiled contract. |
| 472 | // |
nothing calls this directly
no outgoing calls
no test coverage detected