Creation: {
    creator: AddressEx;
    factory?: AddressEx;
    humanDescription?: string;
    implementation?: AddressEx;
    richDecodedInfo?: RichDecodedInfo;
    transactionHash: string;
    type: CREATION;
}