Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/replcraft/lib/client.ts>Client#transact

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

Respond to a transaction request.

Parameters

transaction: Transaction

Transaction to respond to

status: boolean

Whether to accept or deny the transaction

Returns

Promise<void>