Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/web3/packages/web3-eth-accounts/types/index.d.ts>SignatureObject

Deno / TypeScript to Ethereum Connector
Latest
interface SignatureObject
import { type SignatureObject } from "https://deno.land/x/web3@v0.11.1/packages/web3-eth-accounts/types/index.d.ts";

Properties

messageHash: string
r: string
s: string
v: string