Files
ore/ore-delegate
Hardhat Chad 45fcf52c0f crank
2025-06-06 17:07:45 -07:00
..
2025-06-06 10:02:28 -07:00
2025-06-06 17:07:45 -07:00
2025-06-06 10:02:28 -07:00

ORE Delegate

Delegate mining to another party.

API

  • Consts  Program constants.
  • Error  Custom program errors.
  • Event  Custom program events.
  • Instruction  Declared instructions and arguments.

Instructions

  • Deposit - Deposit hash tokens.
  • Withdraw - Withdraw hash tokens.
  • Crank - Crank mine instructions.
  • Payout - Payout mining rewards.

State

  • Delegate - Escrows hash tokens on behalf of a miner.

Tests

To run the test suite, use the Solana toolchain:

cargo test-sbf

For line coverage, use llvm-cov:

cargo llvm-cov