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

x/web3/packages/web3-eth-iban/types/index.d.ts>Iban

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

Constructors

new
Iban(iban: string)

Methods

checksum(): string
client(): string
institution(): string
isDirect(): boolean
isIndirect(): boolean
isValid(): boolean
toAddress(): string
toString(): string

Static Methods

fromAddress(address: string): Iban
fromBban(bban: string): Iban
isValid(iban: string): boolean
toAddress(iban: string): string
toIban(address: string): string