Docs

WCProposerMetadata

type WCProposerMetadata = {
  description?: string;
  icons: string[];
  name: string;
  url?: string;
};