@safe-global/safe-gateway-typescript-sdk
    Preparing search index...

    Type Alias Creation

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

    Properties

    creator: AddressEx
    factory?: AddressEx
    humanDescription?: string
    implementation?: AddressEx
    richDecodedInfo?: RichDecodedInfo
    transactionHash: string
    type: CREATION