Type alias CreateTokenDataEvent
CreateTokenDataEvent: {
data: {
description: string;
id: TokenTypes.TokenDataId;
maximum: string;
mutability_config: {
description: boolean;
maximum: boolean;
properties: boolean;
royalty: boolean;
uri: boolean;
};
name: string;
property_keys: [string];
property_types: [string];
property_values: [string];
royalty_payee_address: string;
royalty_points_denominator: string;
royalty_points_numerator: string;
uri: string;
};
guid: {
account_address: string;
creation_number: string;
};
sequence_number: string;
type: "0x3::token::CreateTokenDataEvent";
version: string;
}
Type declaration
-
data: {
description: string;
id: TokenTypes.TokenDataId;
maximum: string;
mutability_config: {
description: boolean;
maximum: boolean;
properties: boolean;
royalty: boolean;
uri: boolean;
};
name: string;
property_keys: [string];
property_types: [string];
property_values: [string];
royalty_payee_address: string;
royalty_points_denominator: string;
royalty_points_numerator: string;
uri: string;
}
-
description: string
-
id: TokenTypes.TokenDataId
-
maximum: string
-
mutability_config: {
description: boolean;
maximum: boolean;
properties: boolean;
royalty: boolean;
uri: boolean;
}
-
description: boolean
-
maximum: boolean
-
properties: boolean
-
royalty: boolean
-
uri: boolean
-
name: string
-
property_keys: [string]
-
property_types: [string]
-
property_values: [string]
-
royalty_payee_address: string
-
royalty_points_denominator: string
-
royalty_points_numerator: string
-
uri: string
-
guid: {
account_address: string;
creation_number: string;
}
-
account_address: string
-
creation_number: string
-
sequence_number: string
-
type: "0x3::token::CreateTokenDataEvent"
-
version: string