Type alias TransactionMetadataV3
Type declaration
__typename: "TransactionMetadataV3"
appId: AppId | null
attributes: {
key: string;
type: MetadataAttributeType;
value: string;
}[] | null
chainId: number
content: string
hideFromFeed: boolean
id: string
locale: string
rawURI: URI
tags: string[] | null
txHash: string