Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/replcraft/lib/transaction.ts>Transaction#respond

A library to control special structures on the ReplCraft Minecraft server
Latest
method Transaction.prototype.respond
import { Transaction } from "https://deno.land/x/replcraft@v1.1.0/lib/transaction.ts";

Respond to the transaction request.

Parameters

status: boolean

Whether to accept or deny the transaction

Returns

Promise<void>