Variable AddressDisplayConst
AddressDisplay: DefineComponent<
ExtractPropTypes<
{
address: { type: StringConstructor; required: true };
startChars: { type: NumberConstructor; default: number };
endChars: { type: NumberConstructor; default: number };
copyable: { type: BooleanConstructor; default: boolean };
},
>,
() => VNode<RendererNode, RendererElement, { [key: string]: any }>,
{},
{},
{},
ComponentOptionsMixin,
ComponentOptionsMixin,
{},
string,
PublicProps,
ToResolvedProps<
ExtractPropTypes<
{
address: { type: StringConstructor; required: true };
startChars: { type: NumberConstructor; default: number };
endChars: { type: NumberConstructor; default: number };
copyable: { type: BooleanConstructor; default: boolean };
},
>,
{},
>,
{ startChars: number; endChars: number; copyable: boolean },
{},
{},
{},
string,
ComponentProvideOptions,
true,
{},
any,
> = ...
A component to display blockchain addresses with optional copy functionality.