Skip to main content

PublicAddress

For the complete documentation index, see llms.txt

@midnight-ntwrk/compact-runtime v0.19.0


@midnight-ntwrk/compact-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