MCPcopy Create free account
hub / github.com/JumpCrypto/sol-arc / ComponentMetadata

Class ComponentMetadata

programs/tsab/src/component.rs:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[derive(AnchorSerialize, AnchorDeserialize, Debug, Clone)]
7pub struct ComponentMetadata{
8 pub update_authority: Pubkey,
9 pub mint: Pubkey,
10 pub name: String,
11 pub symbol: String,
12 pub uri: String,
13 pub is_mutable: bool,
14}
15
16impl MaxSize for ComponentMetadata {
17 fn get_max_size() -> u64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected