TempoAddress.format
Formats a raw Ethereum address into a Tempo address string.
Imports
Named
import { TempoAddress } from 'ox/tempo'Examples
import { TempoAddress } from 'ox/tempo'
const address = TempoAddress.format('0x742d35Cc6634C0532925a3b844Bc9e7595f2bD28')
'tempox0x742d35cc6634c0532925a3b844bc9e7595f2bd28'Definition
function format(
address: Address,
): TempoSource: src/tempo/TempoAddress.ts
Parameters
address
- Type:
Address
The raw 20-byte Ethereum address.
Return Type
The encoded Tempo address string.

