Skip to content

Latest commit

History

History
21 lines (14 loc) 路 1.18 KB

File metadata and controls

21 lines (14 loc) 路 1.18 KB
hide_title true
description Returns contract events

import { RpcMethod } from "@site/src/components/RpcMethod"; import rpcSpec from "@site/static/stellar-rpc.openrpc.json";

<RpcMethod method={rpcSpec.methods.filter((meth) => meth.name === "getEvents")[0]} />

Using the Lab

Let's test the example request for Native XLM Transfer Events directly on the Stellar Laboratory.

The new Lab supports sharable URLs that prefill input fields based on query parameters. This makes it easy to share and revisit specific configurations.

馃憠 View Native XLM Transfer Events example on the Lab

Lab: Get Events