Skip to main content

PublicAddress

For the complete documentation index, see llms.txt

@midnight-ntwrk/onchain-runtime v3.0.0


@midnight-ntwrk/onchain-runtime / PublicAddress

Type Alias: PublicAddress

type PublicAddress: {
address: UserAddress;
tag: "user";
} | {
address: ContractAddress;
tag: "contract";
};

A public address that an entity can be identified by