ObjectOwner: {
    AddressOwner: string;
} | {
    ObjectOwner: string;
} | {
    Shared: {
        initial_shared_version: string;
    };
} | "Immutable"

Type declaration

  • AddressOwner: string

Type declaration

  • ObjectOwner: string

Type declaration

  • Shared: {
        initial_shared_version: string;
    }
    • initial_shared_version: string

      The version at which the object became shared