MCPcopy Create free account
hub / github.com/cutupdev/Solana-Volume-Bot / Blockhash

Interface Blockhash

executor/legacy.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6interface Blockhash {
7 blockhash: string;
8 lastValidBlockHeight: number;
9}
10
11export const execute = async (transaction: VersionedTransaction, latestBlockhash: Blockhash, isBuy: boolean = true) => {
12 const solanaConnection = new Connection(RPC_ENDPOINT, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected